Skip to content

Commit

Permalink
Updating docs and cutting release
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwp committed Mar 31, 2017
1 parent 5e79559 commit 15fdfdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""
__author__ = "David Michel, Daniel Wallis, Duncan Watson-Parris, Richard Wilkinson, Ian Bush, Matt Kendall, John Holt"
__version__ = "1.5.4"
__status__ = "Dev"
__status__ = "Stable"
__website__ = "http://www.cistools.net/"

__all__ = ['read_data', 'read_data_list', 'get_variables']
Expand Down
6 changes: 5 additions & 1 deletion doc/whats_new_1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ CIS 1.5.3 fixes
===============
* Fixed a (potentially serious) bug in unit parsing which would convert any string to lowercase.
* [JASCIS-367] Make the name() method more consistent between gridded and ungridded data
* Minor fix when reading variables from PP files with spaces in the name
* Minor fix when reading variables from PP files with spaces in the name

CIS 1.5.4 fixes
===============
* Minor fix for the info command on Windows

0 comments on commit 15fdfdf

Please sign in to comment.