Skip to content

Commit ef590d2

Browse files
committed
chore: prep for 5.2.0 release
1 parent eb1ca83 commit ef590d2

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
History
22
=======
33

4+
5.2.0 (October 14th, 2025)
5+
--------------------------
6+
7+
**Features**
8+
9+
* Added support for Python 3.14 (#181)
10+
11+
**Backwards incompatible changes**
12+
13+
* Dropped support for Python 3.9 (#180)
14+
15+
* Switch to uv and just for maintenance and development (#167)
16+
17+
418
5.1.0 (October 30th, 2024)
519
--------------------------
620

721
**Features**
822

9-
* Add support for Python 3.13 (#159)
23+
* Added support for Python 3.13 (#159)
1024

1125
**Backwards incompatible changes**
1226

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "markus"
33
description = "Metrics system for generating statistics about your app"
4-
version = "5.1.0"
4+
version = "5.2.0"
55
readme = "README.rst"
66
keywords = ["metrics", "datadog", "statsd"]
77
authors = [{name = "Will Kahn-Greene"}]

0 commit comments

Comments
 (0)