Skip to content

Commit 6f48743

Browse files
committed
Version 1.0.1
1 parent 99073f1 commit 6f48743

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.9'
51+
version = '1.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.9.13'
53+
release = '1.0.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ connections.
1414
The :mod:`NetworkManager` module
1515
--------------------------------
1616
.. module:: NetworkManager
17-
:platform: Linux systems with NetworkManager 0.9.x
17+
:platform: Linux systems with NetworkManager 0.9 and 1.0
1818
:synopsis: Talk to NetworkManager from python
1919

2020
All the code is contained in one module: :mod:`NetworkManager`. Using it is as
@@ -24,7 +24,7 @@ simple as you think it is:
2424
2525
>>> import NetworkManager
2626
>>> NetworkManager.NetworkManager.Version
27-
'0.9.6.0'
27+
'1.0.4'
2828
2929
NetworkManager exposes a lot of information via D-Bus and also allows full
3030
control of network settings. The full D-Bus API can be found on `NetworkManager

setup.py

Lines changed: 2 additions & 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.13",
6+
version = "1.0.1",
77
author = "Dennis Kaarsemaker",
88
author_email = "dennis@kaarsemaker.net",
99
url = "http://github.com/seveas/python-networkmanager",
@@ -16,6 +16,7 @@
1616
'License :: OSI Approved :: GNU General Public License (GPL)',
1717
'Operating System :: POSIX :: Linux',
1818
'Programming Language :: Python',
19+
'Programming Language :: Python :: 3',
1920
'Topic :: System :: Networking',
2021
]
2122
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy