Commit c339d1ae authored by Hanno Schlichting's avatar Hanno Schlichting

prepare [ci skip]

parent 27e85c7a
Changelog Changelog
========= =========
4.0 - unreleased 4.0 - 2017-03-09
---------------- ----------------
- Drop Python 3.3 compatibility, add Python 3.6 compatibility. - Drop Python 3.3 compatibility, add Python 3.6 compatibility.
......
...@@ -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__ = '4.0.dev0' __version__ = '4.0'
setup(name='tempstorage', setup(name='tempstorage',
version=__version__, version=__version__,
......
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