Skip to content

Commit

Permalink
Version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beregond committed Jun 16, 2022
1 parent e157a4d commit 6ab1935
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
History
-------

2.5.1 (2022-06-16)
++++++++++++++++++

* Specified PyPy version to PyPy 3.8.
* Added support for Python 3.10.

2.5.0 (2021-07-26)
++++++++++++++++++

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ Features

* Fully tested with Python 3.6+.

* Support for PyPy (see implementation notes in docs for more details).
* Support for PyPy 3.8 (see implementation notes in docs for more details).

* Create Django-like models:

2 changes: 1 addition & 1 deletion jsonmodels/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "Szczepan Cieślik"
__email__ = "szczepan.cieslik@gmail.com"
__version__ = "2.5.0"
__version__ = "2.5.1"

0 comments on commit 6ab1935

Please sign in to comment.