Skip to content

Commit

Permalink
Prepare 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Nov 7, 2019
1 parent a2d0659 commit f437c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

1.0 (unreleased)
1.0 (2019-11-07)
----------------

- Drop pyramid support < 1.5.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read_file(name):
return f.read()


version = '1.0.dev0'
version = '1.0'
shortdesc = 'Provide parts of a web application as tiles.'
longdesc = '\n\n'.join([read_file(name) for name in [
'README.rst',
Expand Down

0 comments on commit f437c16

Please sign in to comment.