Skip to content

Commit 7766b16

Browse files
committed
Release v0.10.4
Bump version to 0.10.4 to ship the fixes accumulated on main since 0.10.3: flasgger made optional, invalid escape sequence SyntaxWarnings fixed, and tox.ini + tests included in the source distribution.
1 parent 605dccf commit 7766b16

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ Releases are triggered on commits tagged with `release-` (for example
7575

7676

7777
## Changelog
78+
* 0.10.4:
79+
- Made flasgger an optional dependency (falls back to a static landing page when absent), thanks @AdamWill and @mgorny
80+
- Fixed invalid escape sequence SyntaxWarnings on Python 3.12+, thanks @hseg
81+
- Included tox.ini and the tests in the source distribution, thanks @Mirochill
82+
- Added Python 3.13 and 3.14 to the test matrix and classifiers
7883
* 0.10.3:
7984
- Fixed the /bytes endpoint to return bytes (not bytearray) for WSGI compliance with newer Werkzeug, thanks @swt2c
8085
- Dropped support for Python 3.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Repository = "https://github.com/psf/httpbin"
88

99
[project]
1010
name = "httpbin"
11-
version = "0.10.3"
11+
version = "0.10.4"
1212
requires-python = ">=3.8"
1313
description = "HTTP Request and Response Service"
1414
readme = "README.md"

0 commit comments

Comments
 (0)