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 14583df commit 90d1e5dCopy full SHA for 90d1e5d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release notes
2
3
-## unreleased - Version 3.0.0
+## Version 3.0.0 – 2019-03-14
4
5
Differences from version 1.3.
6
setup.py
@@ -14,7 +14,7 @@
14
15
# Use this version when git data are not available, like in git zip archive.
16
# Update when tagging a new release.
17
-FALLBACK_VERSION = '3.0a0.post0'
+FALLBACK_VERSION = '3.0.0.post0'
18
19
# determine if we run with Python 3.
20
PY3 = (sys.version_info[0] == 3)
0 commit comments