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 51
51
from collections import namedtuple
52
52
53
53
54
- __version__ = '1.1.0-dev '
54
+ __version__ = '1.2.0 '
55
55
56
56
CLASSY_TYPES = (type (object ),)
57
57
if sys .version_info < (3 ,):
Original file line number Diff line number Diff line change 47
47
# |version| and |release|, also used in various other places throughout the
48
48
# built documents.
49
49
#
50
- # The short X.Y version.
51
- version = '1.0'
52
50
# 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 ]
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
7
7
description = 'This library defines a helper for building a dependency injection framework.' ,
8
8
url = 'https://dependency-injection-py.readthedocs.org/' ,
9
- version = '1.1.0-dev ' ,
9
+ version = '1.2.0 ' ,
10
10
py_modules = ['dependency_injection' ],
11
11
classifiers = [
12
12
'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments