Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Mar 14, 2019
1 parent 14583df commit 90d1e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes

## unreleased - Version 3.0.0
## Version 3.0.0 – 2019-03-14

Differences from version 1.3.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

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

0 comments on commit 90d1e5d

Please sign in to comment.