Skip to content

Commit 0c11e36

Browse files
authored
Merge pull request #177 from jazzband/release/2.7.0
Version 2.7.0
2 parents bb16ab0 + b61b9e2 commit 0c11e36

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Tests
4545
run: |
46-
python setup.py test
46+
pytest
4747
4848
- name: Upload coverage
4949
uses: codecov/codecov-action@v2

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
2.7.0 (2023-12-17)
7+
++++++++++++++++++
8+
9+
* Added Python 3.12, PyPy 3.9 and 3.10 support.
10+
* Removed Python 3.7 and PyPy 3.8 support.
11+
612
2.6.0 (2022-10-14)
713
++++++++++++++++++
814

history/1699609698595784-0db2291

Lines changed: 0 additions & 1 deletion
This file was deleted.

history/1699609709341144-f161435

Lines changed: 0 additions & 1 deletion
This file was deleted.

history/1699638234308787-45de861

Lines changed: 0 additions & 1 deletion
This file was deleted.

history/1699638246045444-8a28355

Lines changed: 0 additions & 1 deletion
This file was deleted.

history/1699638249190193-1aa7841

Lines changed: 0 additions & 1 deletion
This file was deleted.

jsonmodels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Szczepan Cieślik"
22
__email__ = "szczepan.cieslik@gmail.com"
3-
__version__ = "2.6.0"
3+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)