Skip to content

Commit 53784e6

Browse files
committed
Bump version to 2.1
1 parent 456d168 commit 53784e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

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

4343
# General information about the project.
4444
project = u'python-networkmanager'
45-
copyright = u'2011-2017, Dennis Kaarsemaker'
45+
copyright = u'2011-2018, Dennis Kaarsemaker'
4646

4747
# The version info for the project you're documenting, acts as replacement for
4848
# |version| and |release|, also used in various other places throughout the
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '2.0'
52+
version = '2.1'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '2.0.1'
54+
release = '2.1'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# 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 = "2.0.1",
9+
version = "2.1",
1010
author = "Dennis Kaarsemaker",
1111
author_email = "[email protected]",
1212
url = "http://github.com/seveas/python-networkmanager",

0 commit comments

Comments
 (0)