Skip to content

Commit 0b34064

Browse files
bump: version 0.1.1 → 0.1.2
1 parent aab1b9e commit 0b34064

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.1.2 (2025-07-21)
2+
13
## v0.1.1 (2025-07-21)
24

35
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
license = {file = "LICENSE"}
1010
classifiers = ["License :: OSI Approved :: MIT License"]
1111
description = "Django Reference Implementation, a boilerplate Django project."
12-
version = "0.1.1"
12+
version = "0.1.2"
1313
requires-python = ">=3.12"
1414
dependencies = [
1515
"asgiref==3.8.1",
@@ -82,7 +82,7 @@ skips = ["B106"]
8282

8383
[tool.commitizen]
8484
name = "cz_conventional_commits"
85-
version = "0.1.1"
85+
version = "0.1.2"
8686
tag_format = "v$version"
8787
bump_message = "bump: version $current_version → $new_version"
8888
update_changelog_on_bump = true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)