Skip to content

Commit

Permalink
Preparing release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Aug 24, 2016
1 parent 0192463 commit c31be73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.3.7 (unreleased)
0.3.7 (2016-08-24)
------------------

- Add support for Python 3.4, Python 3.5 and PyPy.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.3.7.dev0'
version = '0.3.7'
__version__ = version

TESTS_REQUIRE = [
Expand All @@ -18,8 +18,8 @@
"Framework :: Zope3",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4"
"Programming Language :: Python :: 3.5"
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit c31be73

Please sign in to comment.