diff --git a/docs/changelog.md b/docs/changelog.md index 0baf4d1..cf8db79 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.0 + +* added docs and tests and wired up CI + ## 0.1 * initial release diff --git a/setup.py b/setup.py index 5fd6a69..4e7b169 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(*parts): description="a simple app for publishing links to news articles on your site", name="pinax-news", long_description=read("README.rst"), - version="0.1", + version="1.0.0", url="http://github.com/pinax/pinax-news/", license="MIT", packages=find_packages(),