Commit c07c2f9 1 parent 52586f3 commit c07c2f9 Copy full SHA for c07c2f9
File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
Cerberus Changelog
2
2
==================
3
3
4
+ Version 1.3.7
5
+ -------------
6
+
7
+ Released on December 31, 2024.
8
+
9
+ Fixed
10
+ ~~~~~
11
+
12
+ - Amends missing changelog
13
+
14
+
15
+ Version 1.3.6
16
+ -------------
17
+
18
+ Released on December 23, 2024.
19
+
20
+ New
21
+ ~~~
22
+
23
+ - Support for Python 3.12 & 3.13
24
+
25
+ Fixed
26
+ ~~~~~
27
+
28
+ - Escaping in docstrings (`#608 `_)
29
+
30
+ .. _`#608` : https://github.com/pyeve/cerberus/issues/608
31
+
4
32
Version 1.3.5
5
33
-------------
6
34
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " Cerberus"
7
- version = " 1.3.6 "
7
+ version = " 1.3.7 "
8
8
description = """ \
9
9
Lightweight, extensible schema and data validation tool for Python\
10
10
dictionaries.\
You can’t perform that action at this time.
0 commit comments