Skip to content

Commit

Permalink
Merge pull request #177 from jazzband/release/2.7.0
Browse files Browse the repository at this point in the history
Version 2.7.0
  • Loading branch information
beregond authored Dec 17, 2023
2 parents bb16ab0 + b61b9e2 commit 0c11e36
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
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__ = "szczepan.cieslik@gmail.com"
__version__ = "2.6.0"
__version__ = "2.7.0"

0 comments on commit 0c11e36

Please sign in to comment.