We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e157a4d + 6ab1935 commit 02d65d6Copy full SHA for 02d65d6
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+2.5.1 (2022-06-16)
7
+++++++++++++++++++
8
+
9
+* Specified PyPy version to PyPy 3.8.
10
+* Added support for Python 3.10.
11
12
2.5.0 (2021-07-26)
13
++++++++++++++++++
14
README.rst
@@ -33,7 +33,7 @@ Features
33
34
* Fully tested with Python 3.6+.
35
36
-* Support for PyPy (see implementation notes in docs for more details).
+* Support for PyPy 3.8 (see implementation notes in docs for more details).
37
38
* Create Django-like models:
39
jsonmodels/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = "Szczepan Cieślik"
2
__email__ = "[email protected]"
-__version__ = "2.5.0"
+__version__ = "2.5.1"
0 commit comments