We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc5866 commit 9fd9300Copy full SHA for 9fd9300
RELEASE.rst
@@ -1,3 +1,8 @@
1
+0.2.1 - 2012-05-07
2
+==================
3
+
4
+- Minor fixes for installation on Windows
5
6
0.2 - 2012-05-04
7
================
8
xija/version.py
@@ -8,7 +8,7 @@
restrictions therein are applicable.
9
"""
10
11
-version = '0.2.1dev'
+version = '0.2.1'
12
13
_versplit = version.replace('dev', '').split('.')
14
major = int(_versplit[0])
0 commit comments