Skip to content

Commit 02d65d6

Browse files
authored
Merge pull request #162 from beregond/version/update
Version 2.5.1
2 parents e157a4d + 6ab1935 commit 02d65d6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

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

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+
612
2.5.0 (2021-07-26)
713
++++++++++++++++++
814

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Features
3333

3434
* Fully tested with Python 3.6+.
3535

36-
* Support for PyPy (see implementation notes in docs for more details).
36+
* Support for PyPy 3.8 (see implementation notes in docs for more details).
3737

3838
* Create Django-like models:
3939

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.0"
3+
__version__ = "2.5.1"

0 commit comments

Comments
 (0)