We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35723b3 commit 3697e84Copy full SHA for 3697e84
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 2.0.0
3
commit = True
4
tag = True
5
docs/conf.py
@@ -22,7 +22,7 @@
22
author = 'Armin Ronacher'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '1.0.0'
+release = '2.0.0'
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='Flask-Babel',
11
- version='1.0.0',
+ version='2.0.0',
12
url='http://github.com/python-babel/flask-babel',
13
license='BSD',
14
author='Armin Ronacher',
0 commit comments