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

Commit

Permalink
Version 2.2, and it's 2021 now
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Jan 16, 2021
1 parent 46c1272 commit 9acb5c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion COPYING
@@ -1,5 +1,5 @@
python-networkmanager - Easy communication with NetworkManager
Copyright (C) 2011-2017 Dennis Kaarsemaker <dennis@kaarsemaker.net>
Copyright (C) 2011-2021 Dennis Kaarsemaker <dennis@kaarsemaker.net>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
2 changes: 1 addition & 1 deletion NetworkManager.py
@@ -1,7 +1,7 @@
# NetworkManager - a library to make interacting with the NetworkManager daemon
# easier.
#
# (C)2011-2017 Dennis Kaarsemaker
# (C)2011-2021 Dennis Kaarsemaker
# License: zlib

import copy
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -42,16 +42,16 @@

# General information about the project.
project = u'python-networkmanager'
copyright = u'2011-2018, Dennis Kaarsemaker'
copyright = u'2011-2021, 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
# built documents.
#
# The short X.Y version.
version = '2.1'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.1'
release = '2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion examples/n-m
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-2016 Dennis Kaarsemaker
# (C) 2011-2021 Dennis Kaarsemaker
# License: zlib

from __future__ import print_function
Expand Down
7 changes: 2 additions & 5 deletions setup.py
@@ -1,12 +1,9 @@
#!/usr/bin/python

try:
from setuptools import setup
except ImportError:
from distutils.core import setup
from setuptools import setup

setup(name = "python-networkmanager",
version = "2.1",
version = "2.2",
author = "Dennis Kaarsemaker",
author_email = "dennis@kaarsemaker.net",
url = "http://github.com/seveas/python-networkmanager",
Expand Down

0 comments on commit 9acb5c9

Please sign in to comment.