Skip to content

Commit

Permalink
Preparing release 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 10, 2019
1 parent e130629 commit 38cdf22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

5.0 (unreleased)
------------------
5.0 (2019-05-10)
----------------

- Update PyPy version.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description = (open("README.rst").read() + "\n" +
open("CHANGES.rst").read())

version = '5.0.dev0'
version = '5.0'
__version__ = version

setup(name='tempstorage',
Expand Down

0 comments on commit 38cdf22

Please sign in to comment.