Skip to content

Commit

Permalink
Merge pull request #169 from jazzband/release/2.6.0
Browse files Browse the repository at this point in the history
Version 2.6.0
  • Loading branch information
beregond committed Oct 14, 2022
2 parents 892278f + 4168e24 commit 7326f7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.6.0 (2022-10-14)
++++++++++++++++++

* Removed Python 3.6 support.
* Added support for Python 3.11.

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

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__ = "szczepan.cieslik@gmail.com"
__version__ = "2.5.1"
__version__ = "2.6.0"

0 comments on commit 7326f7b

Please sign in to comment.