Skip to content

Commit

Permalink
v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Aug 11, 2024
1 parent fe2cce8 commit 8d967c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.9 (wip):
## v1.9 (2024-08-11):

- Minor Type Annotation fixes.
- Switch from pipenv to Poetry.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "django-markup"
version = "1.9a0"
version = "1.9"
description = "A generic Django application to convert text with specific markup to html."
authors = ["Martin Mahner <[email protected]>"]
license = "MIT"
Expand Down

1 comment on commit 8d967c5

@mweinelt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a git tag!

Please sign in to comment.