Skip to content

Commit c07c2f9

Browse files
committed
Amends CHANGES.rst and bumos to version to 1.3.7
1 parent 52586f3 commit c07c2f9

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGES.rst

+28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Cerberus Changelog
22
==================
33

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+
432
Version 1.3.5
533
-------------
634

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Cerberus"
7-
version = "1.3.6"
7+
version = "1.3.7"
88
description = """\
99
Lightweight, extensible schema and data validation tool for Python\
1010
dictionaries.\

0 commit comments

Comments
 (0)