Skip to content

Commit

Permalink
Doc updates (#45)
Browse files Browse the repository at this point in the history
* small doc updates

* Bump version: 0.2.0 → 0.3.0

* Bump version: 0.3.0 → 0.2.1
  • Loading branch information
rabernat authored May 31, 2017
1 parent 8c3f8a1 commit 4a7fd94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True

Expand Down
3 changes: 2 additions & 1 deletion doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Development
Release History
---------------

v.0.3.0 (???)
v.0.2.1 (2017-05-31)
~~~~~~~~~~~~~
- Fix to ensure that grid indices are always interger dtype.
- Fix to keep proper Comodo metadata when swapping dimensions.

v0.2.0 (2017-02-14)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from setuptools import setup, find_packages

VERSION = '0.2.0'
VERSION = '0.2.1'
DISTNAME = 'xmitgcm'
LICENSE = 'Apache'
AUTHOR = 'Ryan Abernathey'
Expand Down
2 changes: 1 addition & 1 deletion xmitgcm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
from .mds_store import open_mdsdataset

0 comments on commit 4a7fd94

Please sign in to comment.