Skip to content

Commit 708a754

Browse files
committed
Version 3.0.0
1 parent 07a5379 commit 708a754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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-11
44

55
Notable differences from version 1.3.5.
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Use this version when git data are not available, like in git zip archive.
1414
# Update when tagging a new release.
15-
FALLBACK_VERSION = '3.0a2.post0'
15+
FALLBACK_VERSION = '3.0.0.post0'
1616

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

0 commit comments

Comments
 (0)