Skip to content

Commit

Permalink
prepare [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Apr 26, 2017
1 parent 69644f1 commit 80357d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
=========

4.2 (unreleased)
4.2 (2017-04-26)
----------------

- Add support for Python 3.6, drop support for Python 3.3.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
import os
from setuptools import setup, find_packages

__version__ = '4.2.dev0'
__version__ = '4.2'

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
Expand Down

0 comments on commit 80357d5

Please sign in to comment.