Skip to content

Commit 3697e84

Browse files
committed
Bump version: 1.0.0 → 2.0.0
1 parent 35723b3 commit 3697e84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Armin Ronacher'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.0.0'
25+
release = '2.0.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='Flask-Babel',
11-
version='1.0.0',
11+
version='2.0.0',
1212
url='http://github.com/python-babel/flask-babel',
1313
license='BSD',
1414
author='Armin Ronacher',

0 commit comments

Comments
 (0)