Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlik committed Apr 9, 2024
1 parent 97a5d4d commit a92874a
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.1

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

- Some improvements to migrations to handle some upgrade use cases.
- Some type annotation improvements.
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.4.0"
version = "0.4.1"
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.4.0"
current_version = "0.4.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit a92874a

Please sign in to comment.