diff --git a/CHANGES.md b/CHANGES.md index a0af47f..1c44f8a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,27 +1,21 @@ -Changelog -========= +# Revision History -0.2 (dev) ---------- +## 1.0 (2015/10/03) -- TBD +- Updated `html2text` to 2015.2.18. -0.1.3 (2014/12/05) ------------------- +## 0.1.3 (2014/12/05) - Fixed missing logging messages. -0.1.2 (2014/02/11) ------------------- +## 0.1.2 (2014/02/11) - Changed versioning method. -0.1.1 (2014/02/11) ------------------- +## 0.1.1 (2014/02/11) - Switched to a package. -0.1 (2014/02/11) ----------------- +## 0.1 (2014/02/11) - Initial release. diff --git a/curmit/__init__.py b/curmit/__init__.py index 07d0cd8..8b7189c 100644 --- a/curmit/__init__.py +++ b/curmit/__init__.py @@ -1,7 +1,7 @@ """Package for curmit.""" __project__ = 'curmit' -__version__ = '0.2.dev0' +__version__ = '1.0' CLI = 'curmit' VERSION = "{0} v{1}".format(__project__, __version__) diff --git a/setup.py b/setup.py index e2ebb4b..3fa658d 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ long_description=(README + '\n' + CHANGES), license='MIT', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'License :: OSI Approved :: MIT License', 'Natural Language :: English',