Skip to content

Commit ae2941c

Browse files
committed
Version 0.9.13, update cpoyright year too
1 parent 8f17d80 commit ae2941c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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>
33

44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

NetworkManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
import dbus

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = 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
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '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.

n-m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

99
from __future__ import print_function

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(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",

0 commit comments

Comments
 (0)