Skip to content

Commit

Permalink
Version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefraynaud committed May 12, 2017
1 parent 58ae254 commit e96a427
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release notes
#############


Version 3.4.1
=============

- Fix 3d map plots

Version 3.4.0
=============

Expand Down
4 changes: 2 additions & 2 deletions lib/python/vacumm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
from warnings import warn

__project__ = 'vacumm'
__version__ = '3.4.0'
__version__ = '3.4.1'
__release__ = '1'
__date__ = '2017-05-04'
__date__ = '2017-05-12'
__author__ = u'Stéphane Raynaud, Jonathan Wilkins, Guillaume Charria'
__email__ = 'raynaud@actimar.fr, wilkins@actimar.fr, charria@ifremer.fr'
__copyright__ = 'Copyright (c) 2010-2016 Actimar/IFREMER'
Expand Down

0 comments on commit e96a427

Please sign in to comment.