Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Preparing release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westover committed Sep 16, 2019
1 parent d86ba00 commit d343c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
@@ -1,7 +1,7 @@
Changes by Version
==================

1.3.2 (unreleased)
2.0.0 (2019-09-16)
------------------

- Python 3.4 support
Expand Down
2 changes: 1 addition & 1 deletion tchannel/__init__.py
Expand Up @@ -22,7 +22,7 @@
absolute_import, division, print_function, unicode_literals
)

__version__ = '1.3.2.dev0'
__version__ = '2.0.0'
# Update setup.py when changing this. zest.releaser doesn't support updating
# both of them yet.

Expand Down

0 comments on commit d343c9d

Please sign in to comment.