Skip to content

Commit dbc6203

Browse files
committed
Changed development status to 'Production/Stable'
Details: * Changed the development status of the Python package from "4 - Beta" to "5 - Production/Stable". This actually applies since version 1.1.0. (issue #1237) Signed-off-by: Andreas Maier <[email protected]>
1 parent 9829be0 commit dbc6203

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changes.rst

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Released: not yet
1616

1717
**Bug fixes:**
1818

19+
* Changed the development status of the Python package from "4 - Beta" to
20+
"5 - Production/Stable". This actually applies since version 1.1.0.
21+
(issue #1237)
22+
1923
**Enhancements:**
2024

2125
**Cleanup:**

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def read_file(a_file):
119119
# Keep these Python versions in sync with pywbemtools/__init__.py
120120
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
121121
classifiers=[
122-
'Development Status :: 4 - Beta',
122+
'Development Status :: 5 - Production/Stable',
123123
'Environment :: Console',
124124
'Intended Audience :: Developers',
125125
'Intended Audience :: Information Technology',

0 commit comments

Comments
 (0)