We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0d0d commit 36c1790Copy full SHA for 36c1790
pyproject.toml
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.9.7,<0.10" ]
4
5
[project]
6
name = "django-litestream"
7
-version = "0.4.9"
+version = "0.5.0"
8
description = "Django integration with litestream, a a standalone streaming replication tool for SQLite."
9
readme = "README.md"
10
keywords = [
@@ -96,7 +96,7 @@ lint.unfixable = [ ]
96
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
97
98
[tool.bumpversion]
99
-current_version = "0.4.9"
+current_version = "0.5.0"
100
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
101
serialize = [ "{major}.{minor}.{patch}" ]
102
search = "{current_version}"
0 commit comments