Skip to content

Commit 90d1e5d

Browse files
committed
Version 3.0.0
1 parent 14583df commit 90d1e5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release notes
22

3-
## unreleased - Version 3.0.0
3+
## Version 3.0.0 – 2019-03-14
44

55
Differences from version 1.3.
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use this version when git data are not available, like in git zip archive.
1616
# Update when tagging a new release.
17-
FALLBACK_VERSION = '3.0a0.post0'
17+
FALLBACK_VERSION = '3.0.0.post0'
1818

1919
# determine if we run with Python 3.
2020
PY3 = (sys.version_info[0] == 3)

0 commit comments

Comments
 (0)