Skip to content

Commit 307cbe2

Browse files
committed
Release version 2.0.0
1 parent ea936af commit 307cbe2

File tree

4 files changed

+6
-6
lines changed

4 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-2016 Dennis Kaarsemaker <dennis@kaarsemaker.net>
2+
Copyright (C) 2011-2017 Dennis Kaarsemaker <dennis@kaarsemaker.net>
33

44
This software is provided 'as-is', without any express or implied
55
warranty. In no event will the authors be held liable for any damages

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-2016 Dennis Kaarsemaker
4+
# (C)2011-2017 Dennis Kaarsemaker
55
# License: zlib
66

77
import copy

docs/conf.py

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

4242
# General information about the project.
4343
project = 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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from distutils.core import setup
77

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

0 commit comments

Comments
 (0)