File tree 5 files changed +8
-5
lines changed
5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ _commit: v2024.29
3
3
_src_path : gh:westerveltco/django-twc-package
4
4
5
5
author_name : Josh Thomas
6
- current_version : 0.11 .0
6
+ current_version : 0.12 .0
7
7
django_versions :
8
8
- ' 4.2'
9
9
- ' 5.0'
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
18
18
19
19
## [ Unreleased]
20
20
21
+ ## [ 0.12.0]
22
+
21
23
### Changed
22
24
23
25
- Bumped ` django-twc-package ` template to v2024.29.
@@ -183,7 +185,7 @@ Initial release! 🎉
183
185
- Josh Thomas
< [email protected] > (maintainer)
184
186
- Jeff Triplett [ @jefftriplett ] ( https://github.com/jefftriplett )
185
187
186
- [ unreleased ] : https://github.com/westerveltco/django-simple-nav/compare/v0.11 .0...HEAD
188
+ [ unreleased ] : https://github.com/westerveltco/django-simple-nav/compare/v0.12 .0...HEAD
187
189
[ 0.1.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.1.0
188
190
[ 0.2.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.2.0
189
191
[ 0.3.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.3.0
@@ -196,3 +198,4 @@ Initial release! 🎉
196
198
[ 0.9.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.9.0
197
199
[ 0.10.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.10.0
198
200
[ 0.11.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.11.0
201
+ [ 0.12.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.12.0
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ include = ["src"]
76
76
[tool .bumpver ]
77
77
commit = true
78
78
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
79
- current_version = " 0.11 .0"
79
+ current_version = " 0.12 .0"
80
80
push = false # set to false for CI
81
81
tag = false
82
82
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.11 .0"
3
+ __version__ = "0.12 .0"
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_version ():
7
- assert __version__ == "0.11 .0"
7
+ assert __version__ == "0.12 .0"
You can’t perform that action at this time.
0 commit comments