Skip to content

Commit

Permalink
Preparing release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
esteele committed Sep 20, 2015
1 parent efedeb0 commit 6bce815
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
=========

1.2.2 (unreleased)
1.2.2 (2015-09-20)
------------------

- ids_not_to_list has been removed. Use the exclude from navigation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.2.2.dev0'
version = '1.2.2'

long_description = '{0}\n\n{1}'.format(
read('docs', 'README.rst'),
Expand Down

0 comments on commit 6bce815

Please sign in to comment.