Skip to content

Commit

Permalink
Merge pull request #162 from beregond/version/update
Browse files Browse the repository at this point in the history
Version 2.5.1
  • Loading branch information
beregond authored Jun 16, 2022
2 parents e157a4d + 6ab1935 commit 02d65d6
Show file tree
Hide file tree
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
Expand Up @@ -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)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
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__ = "[email protected]"
__version__ = "2.5.0"
__version__ = "2.5.1"

0 comments on commit 02d65d6

Please sign in to comment.