We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265a55d commit 3748de0Copy full SHA for 3748de0
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
Notable differences from version 1.1.
4
5
-## Unreleased – Version FIXME
+## Version 1.2.0 – 2019-08-08
6
7
### Added
8
setup.py
@@ -18,7 +18,7 @@
18
19
# Use this version when git data are not available, like in git zip archive.
20
# Update when tagging a new release.
21
-FALLBACK_VERSION = '1.1.post0'
+FALLBACK_VERSION = '1.2.0.post0'
22
23
# determine if we run with Python 3.
24
PY3 = (sys.version_info[0] == 3)
0 commit comments