Skip to content

Commit c1696fe

Browse files
committed
Bump version: 0.12.2 → 1.0.0
1 parent 6e89a7a commit c1696fe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 = 0.12.2
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Flask Babel - 0.12.2
1+
# Flask Babel - 1.0.0
22

33
[![Build Status](https://travis-ci.org/python-babel/flask-babel.svg?branch=master)](https://travis-ci.org/python-babel/flask-babel)
44
[![PyPI](https://img.shields.io/pypi/v/flask-babel.svg?maxAge=2592000)](https://pypi.python.org/pypi/Flask-Babel)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '0.12.2'
52+
version = '1.0.0'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.12.2'
54+
release = '1.0.0'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

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='0.12.2',
11+
version='1.0.0',
1212
url='http://github.com/python-babel/flask-babel',
1313
license='BSD',
1414
author='Armin Ronacher',

0 commit comments

Comments
 (0)