Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
History
=======

5.2.0 (October 14th, 2025)
--------------------------

**Features**

* Added support for Python 3.14 (#181)

**Backwards incompatible changes**

* Dropped support for Python 3.9 (#180)

* Switch to uv and just for maintenance and development (#167)


5.1.0 (October 30th, 2024)
--------------------------

**Features**

* Add support for Python 3.13 (#159)
* Added support for Python 3.13 (#159)

**Backwards incompatible changes**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "markus"
description = "Metrics system for generating statistics about your app"
version = "5.1.0"
version = "5.2.0"
readme = "README.rst"
keywords = ["metrics", "datadog", "statsd"]
authors = [{name = "Will Kahn-Greene"}]
Expand Down