File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ New in 1.3.1
2
+ ------------
3
+
4
+ * Updated name in setup.py to work with release tooling.
5
+
6
+
1
7
New in 1.3.0
2
8
------------
3
9
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '1.3.0 '
51
+ version = '1.3.1 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '1.3.0 '
53
+ release = '1.3.1 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ def run(self):
171
171
# extra_compile_args=['-g', '-O0'],
172
172
sources = ['src/c/pyeclib_c/pyeclib_c.c' ])
173
173
174
- setup (name = 'PyECLib ' ,
175
- version = '1.3.0 ' ,
174
+ setup (name = 'pyeclib ' ,
175
+ version = '1.3.1 ' ,
176
176
author = 'Kevin Greenan' ,
177
177
178
178
maintainer = 'Kevin Greenan and Tushar Gohad' ,
You can’t perform that action at this time.
0 commit comments