File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11python-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>
33
44This software is provided 'as-is', without any express or implied
55warranty. In no event will the authors be held liable for any damages
Original file line number Diff line number Diff line change 11# NetworkManager - a library to make interacting with the NetworkManager daemon
22# easier.
33#
4- # (C)2011-2016 Dennis Kaarsemaker
4+ # (C)2011-2017 Dennis Kaarsemaker
55# License: zlib
66
77import copy
Original file line number Diff line number Diff line change 4141
4242# General information about the project.
4343project = u'python-networkmanager'
44- copyright = u'2011-2016 , Dennis Kaarsemaker'
44+ copyright = u'2011-2017 , Dennis Kaarsemaker'
4545
4646# The version info for the project you're documenting, acts as replacement for
4747# |version| and |release|, also used in various other places throughout the
4848# built documents.
4949#
5050# The short X.Y version.
51- version = '1.2 '
51+ version = '2.0 '
5252# The full version, including alpha/beta/rc tags.
53- release = '1.2.1 '
53+ release = '2.0.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 66 from distutils .core import setup
77
88setup (name = "python-networkmanager" ,
9- version = "1.2.1 " ,
9+ version = "2.0.0 " ,
1010 author = "Dennis Kaarsemaker" ,
1111 author_email = "dennis@kaarsemaker.net" ,
1212 url = "http://github.com/seveas/python-networkmanager" ,
You can’t perform that action at this time.
0 commit comments