Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.7.0 #177

Merged
merged 2 commits into from
Dec 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Tests
run: |
python setup.py test
pytest

- name: Upload coverage
uses: codecov/codecov-action@v2
Expand Down
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.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)
++++++++++++++++++

Expand Down
1 change: 0 additions & 1 deletion history/1699609698595784-0db2291

This file was deleted.

1 change: 0 additions & 1 deletion history/1699609709341144-f161435

This file was deleted.

1 change: 0 additions & 1 deletion history/1699638234308787-45de861

This file was deleted.

1 change: 0 additions & 1 deletion history/1699638246045444-8a28355

This file was deleted.

1 change: 0 additions & 1 deletion history/1699638249190193-1aa7841

This file was deleted.

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.6.0"
__version__ = "2.7.0"
Loading