Skip to content

Commit

Permalink
Prepare for v1.3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdawson committed May 18, 2015
1 parent b392289 commit 8e454f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Changelog
v1.3.x
------

:Release: v1.3.2
:Date: 18 May 2015

* Fixed a bug in the iris and cdms interfaces that caused incorrect results to be returned from the `gradient` method if the input had a latitude dimension ordered south-north (thanks to Adrian Matthews for the report).
* Fixed the metadata of the return values from the gradient and truncate methods in the cdms interface, previously a temporary variable name would be included in the id and long_name attributes when it should have been the name of the input field.

:Release: v1.3.1
:Date: 1 June 2014

Expand Down
Binary file added doc/distribution/windspharm-1.3.2.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions doc/downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Source code downloads for released versions, see the :doc:`changelog` for detail
=========================================================================== ==================== =================
Filename Summary Released
=========================================================================== ==================== =================
:download:`windspharm-1.3.2.tar.gz </distribution/windspharm-1.3.2.tar.gz>` version 1.3.2 source 18 May 2015
:download:`windspharm-1.3.1.tar.gz </distribution/windspharm-1.3.1.tar.gz>` version 1.3.1 source 1 June 2014
:download:`windspharm-1.3.0.tar.gz </distribution/windspharm-1.3.0.tar.gz>` version 1.3.0 source 2 May 2014
:download:`windspharm-1.2.1.tar.gz </distribution/windspharm-1.2.1.tar.gz>` version 1.2.1 source 8 August 2013
Expand Down
2 changes: 1 addition & 1 deletion lib/windspharm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__all__ = []

# Package version number.
__version__ = '1.3.x'
__version__ = '1.3.2'

try:
from . import cdms
Expand Down

0 comments on commit 8e454f0

Please sign in to comment.