Skip to content

Commit

Permalink
Next release will be 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 27, 2015
1 parent b43c7cf commit 86783b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change history
==============

2.0.0 (unreleased)
------------------
2.0 (unreleased)
----------------

- Added multiprocessing. This will dramatically increase speed on large
packages when using pre-commit hooks.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '2.0.0.dev0'
version = '2.0.dev0'

long_description = '\n\n'.join([
read('README.rst'),
Expand Down

0 comments on commit 86783b4

Please sign in to comment.