Skip to content

Commit

Permalink
prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Jul 6, 2022
1 parent a2c46c0 commit ee07b2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.0.0 (06-07-2022)
------------------

- Drop python 2 support (#80)
- Update to pyramid 2 (#78)
- Update dependencies (#77)
- Is setup.cfg still needed? (#76)
- Drop pyup support (#75)
- Which HTTP methods does the "redirect" route support? (#73)

0.4.0 (07-12-2020)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]

setup(name='urihandler',
version='0.4.0',
version='1.0.0',
description='A tiny application that handles (cool) uri\'s.',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit ee07b2e

Please sign in to comment.