Skip to content

Commit

Permalink
Bump release version
Browse files Browse the repository at this point in the history
Can't release 0.9.0 to pypi as it was already created.
  • Loading branch information
am-on committed Jun 17, 2022
1 parent d8a1073 commit 098fa32
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 @@
Changes
=======

0.9.0
0.9.1
-----

* Don't use Cloudflare IPs for client_addr. ClientAddr tween now sets a
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyramid_heroku"
version = "0.9.0"
version = "0.9.1"
description = "A bunch of helpers for successfully running Pyramid on Heroku."
readme = "README.rst"
include = [ "CHANGES.rst", "COPYING.txt" ]
Expand Down

0 comments on commit 098fa32

Please sign in to comment.