We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0a930 commit edd0820Copy full SHA for edd0820
docs/whats-new.rst
@@ -4,9 +4,11 @@ What's New
4
==========
5
6
7
-v0.3.4 (unreleased)
8
--------------------
+v0.3.4 (24 March 2021)
+----------------------
9
10
+A minor release of the salem package to fix for updates in
11
+xarray.
12
13
v0.3.3 (18 November 2020)
14
-------------------------
setup.py
@@ -14,7 +14,7 @@
MAJOR = 0
15
MINOR = 3
16
MICRO = 4
17
-ISRELEASED = False
+ISRELEASED = True
18
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
19
QUALIFIER = ''
20
0 commit comments