We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb5a92 commit 47f8a87Copy full SHA for 47f8a87
HISTORY.txt
@@ -1,6 +1,11 @@
1
Changelog
2
==========
3
4
+4.2.1 (2018-04-30)
5
+-------------------
6
+
7
+* Initial release for DSS 4.2
8
9
4.1.0 (2018-01-10)
10
-------------------
11
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-VERSION = "4.2.0"
+VERSION = "4.2.1"
long_description = (open('README').read() +
'\n\n' + open('HISTORY.txt').read())
0 commit comments