Commit 38cdf22a authored by Michael Howitz's avatar Michael Howitz

Preparing release 5.0

parent e1306296
Changelog Changelog
========= =========
5.0 (unreleased) 5.0 (2019-05-10)
------------------ ----------------
- Update PyPy version. - Update PyPy version.
......
...@@ -19,7 +19,7 @@ from setuptools import setup, find_packages ...@@ -19,7 +19,7 @@ from setuptools import setup, find_packages
long_description = (open("README.rst").read() + "\n" + long_description = (open("README.rst").read() + "\n" +
open("CHANGES.rst").read()) open("CHANGES.rst").read())
version = '5.0.dev0' version = '5.0'
__version__ = version __version__ = version
setup(name='tempstorage', setup(name='tempstorage',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment