File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040
4141# General information about the project.
4242project = 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.
5252release = version
5353
Original file line number Diff line number Diff line change 3737
3838setup (
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' ,
Original file line number Diff line number Diff line change 4242
4343from 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
You can’t perform that action at this time.
0 commit comments