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 f8813bf commit b18554aCopy full SHA for b18554a
HISTORY.rst
@@ -2,6 +2,20 @@
2
HISTORY
3
=======
4
5
+2.2.0 (October 13th, 2025)
6
+==========================
7
+
8
+Backwards incompatible changes:
9
10
+* Dropped support for Python 3.9. (#108)
11
12
+Changes:
13
14
+* Add support for Python 3.14. (#109)
15
16
+* Rework development to use uv and just.
17
18
19
2.1.0 (October 25th, 2024)
20
==========================
21
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
name = "kent"
description = "Fake Sentry service for debugging and integration tests"
-version = "2.1.0"
+version = "2.2.0"
readme = "README.rst"
keywords = ["sentry", "integration service", "test"]
authors = [{name = "Will Kahn-Greene"}]
0 commit comments