Skip to content

Commit

Permalink
Release with Python 3.12 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk committed Jul 17, 2024
2 parents 266525e + 1e54c7a commit b6cc6ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry==1.3.2
- run: pipx install poetry==1.8.3
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: poetry
- run: poetry install
- run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-prose",
"version": "2.0.1",
"version": "2.1.0",
"description": "Wonderful rich-text editing for Django",
"main": "prose/static/prose/editor.js",
"repository": "https://github.com/withlogicco/django-prose.git",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-prose"
version = "2.0.1"
version = "2.1.0"
description = "Wonderful rich text-editing for Django"
authors = ["Paris Kasidiaris <paris@withlogic.co>"]
license = "MIT"
Expand Down

0 comments on commit b6cc6ec

Please sign in to comment.