Skip to content

Commit 19abd13

Browse files
committed
Bump version to 1.0.0 (no further changes)
1 parent a548ae9 commit 19abd13

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

NEWS.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
News in version 0.99.4
2-
======================
1+
News in version 1.0.0
2+
=====================
3+
4+
No changes.
35

46
News in version 0.99.3
57
======================

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="htmlgen",
8-
version="0.99.4",
8+
version="1.0.0",
99
description="HTML 5 Generator",
1010
long_description=open("README.rst").read(),
1111
author="Sebastian Rittau",
@@ -17,7 +17,7 @@
1717
tests_require=["asserts >= 0.8.0, < 0.9", "typing"],
1818
license="MIT",
1919
classifiers=[
20-
"Development Status :: 4 - Beta",
20+
"Development Status :: 5 - Production/Stable",
2121
"Intended Audience :: Developers",
2222
"License :: OSI Approved :: MIT License",
2323
"Programming Language :: Python :: 2",

0 commit comments

Comments
 (0)