Skip to content

Commit 9fd9300

Browse files
committed
Version 0.2.1
1 parent 0fc5866 commit 9fd9300

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.2.1 - 2012-05-07
2+
==================
3+
4+
- Minor fixes for installation on Windows
5+
16
0.2 - 2012-05-04
27
================
38

xija/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
restrictions therein are applicable.
99
"""
1010

11-
version = '0.2.1dev'
11+
version = '0.2.1'
1212

1313
_versplit = version.replace('dev', '').split('.')
1414
major = int(_versplit[0])

0 commit comments

Comments
 (0)