Skip to content

Commit c453a3d

Browse files
committed
chore: Post Django32 Cleanup
1 parent dcb051c commit c453a3d

File tree

18 files changed

+799
-312
lines changed

18 files changed

+799
-312
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-20.04]
1717
python-version: ['3.8']
18-
toxenv: [django22, django30, django31, django32, quality, docs]
18+
toxenv: [quality, docs, django32, django40]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
run: tox
3737

3838
- name: Run Coverage
39-
if: matrix.python-version == '3.8' && matrix.toxenv=='django22'
39+
if: matrix.python-version == '3.8' && matrix.toxenv=='django32'
4040
uses: codecov/codecov-action@v1
4141
with:
4242
flags: unittests

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Change Log
1414
Unreleased
1515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

17+
[1.3.0] - 2022-02-07
18+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
* Dropped Django 22, 30 and 31 Support
21+
* Added Django40 Support in CI
22+
1723
[1.2.0] - 2021-07-26
1824
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1925

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Extensible tools for parsing annotations in codebases.
33
"""
44

5-
__version__ = '1.2.0'
5+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)