File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11python-networkmanager - Easy communication with NetworkManager
2- Copyright (C) 2011 Dennis Kaarsemaker <dennis@kaarsemaker.net>
2+ Copyright (C) 2011-2015 Dennis Kaarsemaker <dennis@kaarsemaker.net>
33
44This program is free software: you can redistribute it and/or modify
55it under the terms of the GNU General Public License as published by
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-2013 Dennis Kaarsemaker
4+ # (C)2011-2015 Dennis Kaarsemaker
55# License: GPL3+
66
77import dbus
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-2013 , Dennis Kaarsemaker'
44+ copyright = u'2011-2015 , 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
5050# The short X.Y version.
5151version = '0.9'
5252# The full version, including alpha/beta/rc tags.
53- release = '0.9.12 '
53+ release = '0.9.13 '
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 33# Command-line tool to interact with NetworkManager. With this tool, you can
44# inspect various configuration items and (de-)activate connections.
55#
6- # (C) 2011-2013 Dennis Kaarsemaker
6+ # (C) 2011-2015 Dennis Kaarsemaker
77# License: GPL3+
88
99from __future__ import print_function
Original file line number Diff line number Diff line change 33from distutils .core import setup
44
55setup (name = "python-networkmanager" ,
6- version = "0.9.12 " ,
6+ version = "0.9.13 " ,
77 author = "Dennis Kaarsemaker" ,
88 author_email = "dennis@kaarsemaker.net" ,
99 url = "http://github.com/seveas/python-networkmanager" ,
You can’t perform that action at this time.
0 commit comments