Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlik committed Apr 8, 2024
1 parent f686c16 commit 8c509d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased
## 0.4.0

[Compare the full difference](https://github.com/andrlik/django-quotes/compare/v0.3.2...HEAD)
[Compare the full difference](https://github.com/andrlik/django-quotes/compare/v0.3.2...v0.4.0)

- Drops support for Python 3.9 and 3.10.
- Moves markov model management to [django-markov](https://github.com/django-markov).
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-quotes"
version = "0.3.2"
version = "0.4.0"
description = """A reusable Django app to collect quotes for use in random retrieval or generation of sentences using \
Markov Chains."""
authors = [{ name = "Daniel Andrlik", email = "[email protected]" }]
Expand Down Expand Up @@ -249,7 +249,7 @@ django_settings_module = "tests.django_settings"


[tool.bumpversion]
current_version = "0.3.2"
current_version = "0.4.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit 8c509d4

Please sign in to comment.