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 07a5379 commit 708a754Copy full SHA for 708a754
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release notes
2
3
-## Unreleased - Version 3.0.0
+## Version 3.0.0 -- 2019-03-11
4
5
Notable differences from version 1.3.5.
6
setup.py
@@ -12,7 +12,7 @@
12
13
# Use this version when git data are not available, like in git zip archive.
14
# Update when tagging a new release.
15
-FALLBACK_VERSION = '3.0a2.post0'
+FALLBACK_VERSION = '3.0.0.post0'
16
17
# determine if we run with Python 3.
18
PY3 = (sys.version_info[0] == 3)
0 commit comments