diff --git a/HISTORY.rst b/HISTORY.rst index 1603ba9..01c462a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.7.0 (2023-12-17) +++++++++++++++++++ + +* Added Python 3.12, PyPy 3.9 and 3.10 support. +* Removed Python 3.7 and PyPy 3.8 support. + 2.6.0 (2022-10-14) ++++++++++++++++++ diff --git a/history/1699609698595784-0db2291 b/history/1699609698595784-0db2291 deleted file mode 100644 index c738255..0000000 --- a/history/1699609698595784-0db2291 +++ /dev/null @@ -1 +0,0 @@ -Added Python 3.12 support. diff --git a/history/1699609709341144-f161435 b/history/1699609709341144-f161435 deleted file mode 100644 index 9b062e0..0000000 --- a/history/1699609709341144-f161435 +++ /dev/null @@ -1 +0,0 @@ -Removed Python 3.7 support. diff --git a/history/1699638234308787-45de861 b/history/1699638234308787-45de861 deleted file mode 100644 index 0a25069..0000000 --- a/history/1699638234308787-45de861 +++ /dev/null @@ -1 +0,0 @@ -Removed PyPy 3.8 support. diff --git a/history/1699638246045444-8a28355 b/history/1699638246045444-8a28355 deleted file mode 100644 index 8e089a9..0000000 --- a/history/1699638246045444-8a28355 +++ /dev/null @@ -1 +0,0 @@ -Added PyPy 3.9 support. diff --git a/history/1699638249190193-1aa7841 b/history/1699638249190193-1aa7841 deleted file mode 100644 index 51d1625..0000000 --- a/history/1699638249190193-1aa7841 +++ /dev/null @@ -1 +0,0 @@ -Added PyPy 3.10 support. diff --git a/jsonmodels/__init__.py b/jsonmodels/__init__.py index 38d4749..d5035e1 100644 --- a/jsonmodels/__init__.py +++ b/jsonmodels/__init__.py @@ -1,3 +1,3 @@ __author__ = "Szczepan Cieślik" __email__ = "szczepan.cieslik@gmail.com" -__version__ = "2.6.0" +__version__ = "2.7.0"