diff --git a/NEWS.rst b/NEWS.rst index 03b930e..2635172 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,5 +1,7 @@ -News in version 0.99.4 -====================== +News in version 1.0.0 +===================== + +No changes. News in version 0.99.3 ====================== diff --git a/setup.py b/setup.py index c4e5048..d39c3bf 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="htmlgen", - version="0.99.4", + version="1.0.0", description="HTML 5 Generator", long_description=open("README.rst").read(), author="Sebastian Rittau", @@ -17,7 +17,7 @@ tests_require=["asserts >= 0.8.0, < 0.9", "typing"], license="MIT", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2",