Skip to content

Commit

Permalink
Release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Mar 24, 2021
1 parent 0a0a930 commit edd0820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ What's New
==========


v0.3.4 (unreleased)
-------------------
v0.3.4 (24 March 2021)
----------------------

A minor release of the salem package to fix for updates in
xarray.

v0.3.3 (18 November 2020)
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
MAJOR = 0
MINOR = 3
MICRO = 4
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit edd0820

Please sign in to comment.