File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
43
43
# General information about the project.
44
44
project = u'python-networkmanager'
45
- copyright = u'2011-2017 , Dennis Kaarsemaker'
45
+ copyright = u'2011-2018 , Dennis Kaarsemaker'
46
46
47
47
# The version info for the project you're documenting, acts as replacement for
48
48
# |version| and |release|, also used in various other places throughout the
49
49
# built documents.
50
50
#
51
51
# The short X.Y version.
52
- version = '2.0 '
52
+ version = '2.1 '
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '2.0. 1'
54
+ release = '2.1'
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
from distutils .core import setup
7
7
8
8
setup (name = "python-networkmanager" ,
9
- version = "2.0. 1" ,
9
+ version = "2.1" ,
10
10
author = "Dennis Kaarsemaker" ,
11
11
author_email = "[email protected] " ,
12
12
url = "http://github.com/seveas/python-networkmanager" ,
You can’t perform that action at this time.
0 commit comments