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 d92bff0 commit dc5dc98Copy full SHA for dc5dc98
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release notes
2
3
-## Unreleased – Version 3.0.1
+## Version 3.0.1 – 2019-06-27
4
5
### Added
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.0.0.post0'
+FALLBACK_VERSION = '3.0.1.post0'
16
17
# determine if we run with Python 3.
18
PY3 = (sys.version_info[0] == 3)
0 commit comments