File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151from collections import namedtuple
5252
5353
54- __version__ = '1.1.0-dev '
54+ __version__ = '1.2.0 '
5555
5656CLASSY_TYPES = (type (object ),)
5757if sys .version_info < (3 ,):
Original file line number Diff line number Diff line change 4747# |version| and |release|, also used in various other places throughout the
4848# built documents.
4949#
50- # The short X.Y version.
51- version = '1.0'
5250# The full version, including alpha/beta/rc tags.
53- release = '1.1.0-dev'
51+ release = '1.2.0'
52+ # The short X.Y version.
53+ version = release .split ('-' , 1 )[0 ]
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 6677 description = 'This library defines a helper for building a dependency injection framework.' ,
88 url = 'https://dependency-injection-py.readthedocs.org/' ,
9- version = '1.1.0-dev ' ,
9+ version = '1.2.0 ' ,
1010 py_modules = ['dependency_injection' ],
1111 classifiers = [
1212 'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments