Skip to content

Commit

Permalink
Release v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdb8 committed Aug 19, 2022
1 parent 80fb020 commit 7128323
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.1.0] - 2022-08-19

### Changed

The tween will now loop over `app_iter` chunks rather than accessing `response.text` directly: this should be backwards-compatible.

## [9.0.0] - 2022-08-18

### Changed

Python 2.7 support has been dropped. This package now requires py3.7+.

## [8.0.0] - 2021-05-17
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pyramid-hypernova',
version='9.0.0',
version='9.1.0',
author='Yelp, Inc.',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 7128323

Please sign in to comment.