Skip to content

Commit ba9d6ce

Browse files
committed
Update versions to 2.0.0
1 parent 0f4c6ff commit ba9d6ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040

4141
# General information about the project.
4242
project = u'Flask-Track-Usage'
43-
copyright = u'2013, Steve Milner'
43+
copyright = u'2013-2018, Steve Milner'
4444

4545
# The version info for the project you're documenting, acts as replacement for
4646
# |version| and |release|, also used in various other places throughout the
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = '1.1.1'
50+
version = '2.0.0'
5151
# The full version, including alpha/beta/rc tags.
5252
release = version
5353

setup.py

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

3838
setup(
3939
name='Flask-Track-Usage',
40-
version='2.0.dev0',
40+
version='2.0.0',
4141
url='https://github.com/ashcrow/flask-track-usage',
4242
license='MBSD',
4343
author='Steve Milner',

src/flask_track_usage/__init__.py

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

4343
from flask import _request_ctx_stack, g
4444

45-
__version__ = '2.0.dev0'
45+
__version__ = '2.0.0'
4646
__author__ = 'Steve Milner'
4747
__license__ = 'MBSD'
4848

0 commit comments

Comments
 (0)