diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f754ca9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log + +## [1.0.0](https://github.com/azavea/django-tinsel/tree/1.0.0) (2017-07-06) +[Full Changelog](https://github.com/azavea/django-tinsel/compare/0.1.1...1.0.0) + +### Merged pull requests: + +- Add PyPI publishing support [\#7](https://github.com/azavea/django-tinsel/pull/7) +- Change supported versions of Django and Python [\#6](https://github.com/azavea/django-tinsel/pull/6) diff --git a/setup.py b/setup.py index bac583a..96c3ff1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='django-tinsel', - version='0.1.1', + version='1.0.0', description='A python module for decorating function-based Django views', long_description=open('README.rst').read(), author=author,