File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
python-networkmanager - Easy communication with NetworkManager
2
- Copyright (C) 2011-2016 Dennis Kaarsemaker <dennis@kaarsemaker.net>
2
+ Copyright (C) 2011-2017 Dennis Kaarsemaker <dennis@kaarsemaker.net>
3
3
4
4
This software is provided 'as-is', without any express or implied
5
5
warranty. In no event will the authors be held liable for any damages
Original file line number Diff line number Diff line change 1
1
# NetworkManager - a library to make interacting with the NetworkManager daemon
2
2
# easier.
3
3
#
4
- # (C)2011-2016 Dennis Kaarsemaker
4
+ # (C)2011-2017 Dennis Kaarsemaker
5
5
# License: zlib
6
6
7
7
import copy
Original file line number Diff line number Diff line change 41
41
42
42
# General information about the project.
43
43
project = u'python-networkmanager'
44
- copyright = u'2011-2016 , Dennis Kaarsemaker'
44
+ copyright = u'2011-2017 , Dennis Kaarsemaker'
45
45
46
46
# The version info for the project you're documenting, acts as replacement for
47
47
# |version| and |release|, also used in various other places throughout the
48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '1.2 '
51
+ version = '2.0 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '1.2.1 '
53
+ release = '2.0.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
from distutils .core import setup
7
7
8
8
setup (name = "python-networkmanager" ,
9
- version = "1.2.1 " ,
9
+ version = "2.0.0 " ,
10
10
author = "Dennis Kaarsemaker" ,
11
11
author_email = "dennis@kaarsemaker.net" ,
12
12
url = "http://github.com/seveas/python-networkmanager" ,
You can’t perform that action at this time.
0 commit comments