We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 892278f + 4168e24 commit 7326f7bCopy full SHA for 7326f7b
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+2.6.0 (2022-10-14)
7
+++++++++++++++++++
8
+
9
+* Removed Python 3.6 support.
10
+* Added support for Python 3.11.
11
12
2.5.1 (2022-06-16)
13
++++++++++++++++++
14
jsonmodels/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = "Szczepan Cieślik"
2
__email__ = "[email protected]"
-__version__ = "2.5.1"
+__version__ = "2.6.0"
0 commit comments