Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Version 0.9.13, update cpoyright year too
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Mar 4, 2015
1 parent 8f17d80 commit ae2941c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-networkmanager - Easy communication with NetworkManager
Copyright (C) 2011 Dennis Kaarsemaker <[email protected]>
Copyright (C) 2011-2015 Dennis Kaarsemaker <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion NetworkManager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NetworkManager - a library to make interacting with the NetworkManager daemon
# easier.
#
# (C)2011-2013 Dennis Kaarsemaker
# (C)2011-2015 Dennis Kaarsemaker
# License: GPL3+

import dbus
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'python-networkmanager'
copyright = u'2011-2013, Dennis Kaarsemaker'
copyright = u'2011-2015, Dennis Kaarsemaker'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.12'
release = '0.9.13'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion n-m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Command-line tool to interact with NetworkManager. With this tool, you can
# inspect various configuration items and (de-)activate connections.
#
# (C) 2011-2013 Dennis Kaarsemaker
# (C) 2011-2015 Dennis Kaarsemaker
# License: GPL3+

from __future__ import print_function
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name = "python-networkmanager",
version = "0.9.12",
version = "0.9.13",
author = "Dennis Kaarsemaker",
author_email = "[email protected]",
url = "http://github.com/seveas/python-networkmanager",
Expand Down

0 comments on commit ae2941c

Please sign in to comment.