Skip to content

Commit 4e7018f

Browse files
committed
Release v10.0.0
1 parent ff58ea0 commit 4e7018f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [10.0.0] - 2025-06-25
8+
9+
### Changed
10+
Require Python 3.10+
11+
12+
## [9.4.1]
13+
14+
### Changed
15+
Fix a bug while handling HTTPErrors where an attempt to parse JSON fails and throws a `JSONDecodeError`
816

917
## [9.4.0]
1018

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='pyramid-hypernova',
7-
version='9.4.1',
7+
version='10.0.0',
88
author='Yelp, Inc.',
99
author_email='[email protected]',
1010
license='MIT',

0 commit comments

Comments
 (0)