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