Skip to content

Commit 7326f7b

Browse files
authored
Merge pull request #169 from jazzband/release/2.6.0
Version 2.6.0
2 parents 892278f + 4168e24 commit 7326f7b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
2.6.0 (2022-10-14)
7+
++++++++++++++++++
8+
9+
* Removed Python 3.6 support.
10+
* Added support for Python 3.11.
11+
612
2.5.1 (2022-06-16)
713
++++++++++++++++++
814

jsonmodels/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Szczepan Cieślik"
22
__email__ = "[email protected]"
3-
__version__ = "2.5.1"
3+
__version__ = "2.6.0"

0 commit comments

Comments
 (0)