Skip to content

Commit b6cc6ec

Browse files
authored
Release with Python 3.12 (#106)
2 parents 266525e + 1e54c7a commit b6cc6ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- run: pipx install poetry==1.3.2
13+
- run: pipx install poetry==1.8.3
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.11'
16+
python-version: '3.12'
1717
cache: poetry
1818
- run: poetry install
1919
- run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-prose",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Wonderful rich-text editing for Django",
55
"main": "prose/static/prose/editor.js",
66
"repository": "https://github.com/withlogicco/django-prose.git",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-prose"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "Wonderful rich text-editing for Django"
55
authors = ["Paris Kasidiaris <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)