Skip to content

Commit

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

1.0.0 (unreleased)
1.0.0 (2016-07-28)
------------------

- Add support for Python 3.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import codecs
from setuptools import setup, find_packages

version = '0.0.0.dev0'
version = '1.0.0'

entry_points = {
'console_scripts': [
Expand Down

0 comments on commit e1cf06a

Please sign in to comment.