File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 2.0.0 (2017-02-27)
7+ ^^^^^^^^^^^^^^^^^^
8+
9+ * GA release.
10+
6110.1.2rc2 (2017-02-22)
712^^^^^^^^^^^^^^^^^^^^^
813
Original file line number Diff line number Diff line change 1111pkg_resources .declare_namespace (__name__ )
1212
1313__author__ = "Microsoft Corporation <python@microsoft.com>"
14- __version__ = "0.1.2rc2 +dev"
14+ __version__ = "2.0.0 +dev"
Original file line number Diff line number Diff line change 99from codecs import open
1010from setuptools import setup
1111
12- VERSION = "0.1.2rc2 +dev"
12+ VERSION = "2.0.0 +dev"
1313
1414# If we have source, validate that our version numbers match
1515# This should prevent uploading releases with mismatched versions.
3030 sys .exit (1 )
3131
3232CLASSIFIERS = [
33- 'Development Status :: 4 - Beta ' ,
33+ 'Development Status :: 5 - Production/Stable ' ,
3434 'Intended Audience :: Developers' ,
3535 'Intended Audience :: System Administrators' ,
3636 'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments