We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff58ea0 commit 4e7018fCopy full SHA for 4e7018f
CHANGELOG.md
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [10.0.0] - 2025-06-25
8
+
9
+### Changed
10
+Require Python 3.10+
11
12
+## [9.4.1]
13
14
15
+Fix a bug while handling HTTPErrors where an attempt to parse JSON fails and throws a `JSONDecodeError`
16
17
## [9.4.0]
18
setup.py
@@ -4,7 +4,7 @@
setup(
name='pyramid-hypernova',
- version='9.4.1',
+ version='10.0.0',
author='Yelp, Inc.',
author_email='[email protected]',
license='MIT',
0 commit comments