File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.0.0 (2018-01-06)
5
+ ++++++++++++++++++
6
+
7
+ **Bugs **
8
+
9
+ * `#50 ` Fix handling of empty ADU's.
10
+
11
+ .. _#50 : https://github.com/AdvancedClimateSystems/uModbus/issues/50
12
+
4
13
0.8.2 (2016-11-11)
5
14
++++++++++++++++++
6
15
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = '0.8 '
62
+ version = '1.0 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '0.8.2 '
64
+ release = '1.0.0 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 12
12
long_description = open (os .path .join (cwd , 'README.rst' ), 'r' ).read ()
13
13
14
14
setup (name = 'uModbus' ,
15
- version = '0.8.2 ' ,
15
+ version = '1.0.0 ' ,
16
16
author = 'Auke Willem Oosterhoff' ,
17
17
18
18
description = 'Implementation of the Modbus protocol in pure Python.' ,
30
30
'pyserial~=3.4' ,
31
31
],
32
32
classifiers = [
33
- 'Development Status :: 5 - Production/Stable ' ,
33
+ 'Development Status :: 6 - Mature ' ,
34
34
'Intended Audience :: Developers' ,
35
35
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)' ,
36
36
'Operating System :: OS Independent' ,
37
- 'Programming Language :: Python :: 2' ,
38
- 'Programming Language :: Python :: 3' ,
37
+ 'Programming Language :: Python :: 2.7' ,
38
+ 'Programming Language :: Python :: 3.3' ,
39
+ 'Programming Language :: Python :: 3.4' ,
40
+ 'Programming Language :: Python :: 3.5' ,
41
+ 'Programming Language :: Python :: 3.6' ,
39
42
'Topic :: Software Development :: Embedded Systems' ,
40
43
])
You can’t perform that action at this time.
0 commit comments