Skip to content

Commit 53da847

Browse files
committed
Update next version plan to 2.0.0
In order to better high-light the name change, and backwards incompatibility. This also allows dependent tools (like flake8) to pin to `pycodestyle < 2.0` as a dependency while transitioning to the new package.
1 parent a7362de commit 53da847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
1.8.0 (unreleased)
5+
2.0.0 (unreleased)
66
------------------
77

88
Announcements:

pycodestyle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
except ImportError:
6565
from ConfigParser import RawConfigParser
6666

67-
__version__ = '1.8.0.dev0'
67+
__version__ = '2.0.0.dev0'
6868

6969
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
7070
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503'

0 commit comments

Comments
 (0)