jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/404469 )

Change subject: Declare development status as Production/Stable
......................................................................


Declare development status as Production/Stable

As long as push tag a new release to pypi and create a tag for it
this is always tested by travis and appreyor builds so we can conclude
that the published release is stable (enough).

Change-Id: I0468a12e0fe96290c02b0c1020d1ab8de083c3c1
---
M setup.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Dalba: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/setup.py b/setup.py
index 495d3f2..92063cb 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 """Installer script for Pywikibot 3.0 framework."""
 #
-# (C) Pywikibot team, 2009-2017
+# (C) Pywikibot team, 2009-2018
 #
 # Distributed under the terms of the MIT license.
 #
@@ -266,7 +266,7 @@
     test_suite="tests.collector",
     tests_require=test_deps,
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Console',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: MIT License',

-- 
To view, visit https://gerrit.wikimedia.org/r/404469
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0468a12e0fe96290c02b0c1020d1ab8de083c3c1
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to