Skip to content

Commit

Permalink
Release v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panbenson committed Oct 1, 2024
1 parent 8b88ee3 commit 95a97c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.4.0]

### Changed
Update `ServerSideRenderingError` to extend the `Error` class to standardize our error and make SSR errors easier to diagnose.

## [9.1.0] - 2022-08-19

### Changed
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.3.1',
version='9.4.0',
author='Yelp, Inc.',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 95a97c5

Please sign in to comment.