Skip to content

Commit fdaaa0d

Browse files
committed
use poetry v2
1 parent d73e64a commit fdaaa0d

File tree

4 files changed

+588
-507
lines changed

4 files changed

+588
-507
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest]
1818
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
19-
poetry-version: ["1.8.4"]
19+
poetry-version: ["2.0.1"]
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Run image
26-
uses: abatilo/actions-poetry@v3
26+
uses: abatilo/actions-poetry@v4
2727
with:
2828
poetry-version: ${{ matrix.poetry-version }}
2929
- run: poetry install

docs/additional_info/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Changelog
44
=========
55

6+
3.1.1 (30-Jan-2025)
7+
-------------------
8+
9+
* Add `is_unverified` to `Translation`
10+
611
3.1.0 (27-Nov-2024)
712
-------------------
813

0 commit comments

Comments
 (0)