File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - run : pipx install poetry==1.3.2
13
+ - run : pipx install poetry==1.8.3
14
14
- uses : actions/setup-python@v5
15
15
with :
16
- python-version : ' 3.11 '
16
+ python-version : ' 3.12 '
17
17
cache : poetry
18
18
- run : poetry install
19
19
- run : poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " django-prose" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " Wonderful rich-text editing for Django" ,
5
5
"main" : " prose/static/prose/editor.js" ,
6
6
"repository" : " https://github.com/withlogicco/django-prose.git" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-prose"
3
- version = " 2.0.1 "
3
+ version = " 2.1.0 "
4
4
description = " Wonderful rich text-editing for Django"
5
5
authors = [
" Paris Kasidiaris <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments