Skip to content

Commit

Permalink
Update change notes with release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Dec 15, 2020
1 parent f7829b4 commit 9b54925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def readfile(name):

README = readfile("README.rst")
CHANGES = readfile("CHANGES.txt")
VERSION = '2.0.15.dev0'
VERSION = '2.0.15'

PY37MIN = sys.version_info[0] == 3 and sys.version_info[1] >= 7

Expand Down

0 comments on commit 9b54925

Please sign in to comment.