Skip to content

Commit 4a7fd94

Browse files
authoredMay 31, 2017
Doc updates (#45)
* small doc updates * Bump version: 0.2.0 → 0.3.0 * Bump version: 0.3.0 → 0.2.1
1 parent 8c3f8a1 commit 4a7fd94

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

‎doc/development.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Development
44
Release History
55
---------------
66

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

1112
v0.2.0 (2017-02-14)

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from setuptools import setup, find_packages
88

9-
VERSION = '0.2.0'
9+
VERSION = '0.2.1'
1010
DISTNAME = 'xmitgcm'
1111
LICENSE = 'Apache'
1212
AUTHOR = 'Ryan Abernathey'

‎xmitgcm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22
from .mds_store import open_mdsdataset

0 commit comments

Comments
 (0)
Please sign in to comment.