File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.9 '
51
+ version = '1.0 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.9.13 '
53
+ release = '1.0.1 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ connections.
14
14
The :mod: `NetworkManager ` module
15
15
--------------------------------
16
16
.. module :: NetworkManager
17
- :platform: Linux systems with NetworkManager 0.9.x
17
+ :platform: Linux systems with NetworkManager 0.9 and 1.0
18
18
:synopsis: Talk to NetworkManager from python
19
19
20
20
All the code is contained in one module: :mod: `NetworkManager `. Using it is as
@@ -24,7 +24,7 @@ simple as you think it is:
24
24
25
25
>> > import NetworkManager
26
26
>> > NetworkManager.NetworkManager.Version
27
- ' 0.9.6.0 '
27
+ ' 1.0.4 '
28
28
29
29
NetworkManager exposes a lot of information via D-Bus and also allows full
30
30
control of network settings. The full D-Bus API can be found on `NetworkManager
Original file line number Diff line number Diff line change 3
3
from distutils .core import setup
4
4
5
5
setup (name = "python-networkmanager" ,
6
- version = "0.9.13 " ,
6
+ version = "1.0.1 " ,
7
7
author = "Dennis Kaarsemaker" ,
8
8
author_email = "dennis@kaarsemaker.net" ,
9
9
url = "http://github.com/seveas/python-networkmanager" ,
16
16
'License :: OSI Approved :: GNU General Public License (GPL)' ,
17
17
'Operating System :: POSIX :: Linux' ,
18
18
'Programming Language :: Python' ,
19
+ 'Programming Language :: Python :: 3' ,
19
20
'Topic :: System :: Networking' ,
20
21
]
21
22
)
You can’t perform that action at this time.
0 commit comments