Skip to content

Commit

Permalink
Bump version to 2.0.1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk authored Jul 17, 2024
2 parents 5c0f6d5 + bdf84cd commit 266525e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "django-prose",
"version": "1.2.2",
"description": "Wonderful rich text for Django",
"version": "2.0.1",
"description": "Wonderful rich-text editing for Django",
"main": "prose/static/prose/editor.js",
"repository": "https://github.com/withlogicco/django-prose.git",
"author": "Paris Kasidiaris <[email protected]>",
Expand Down
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[tool.poetry]
name = "django-prose"
version = "2.0.0"
description = "Wonderful rich text for Django"
version = "2.0.1"
description = "Wonderful rich text-editing for Django"
authors = ["Paris Kasidiaris <[email protected]>"]
license = "MIT"
repository = "https://github.com/parisk/django-prose"
repository = "https://github.com/withlogicco/django-prose"
readme = "README.md"
packages = [
{ include = "prose" },
]
packages = [{ include = "prose" }]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 266525e

Please sign in to comment.