File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
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
author_email : josh@joshthomas.dev
5
5
author_name : Josh Thomas
6
- current_version : 0.12 .0
6
+ current_version : 0.13 .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.13.0]
22
+
21
23
### Added
22
24
23
25
- Support for the ` django.templates.backends.jinja2.Jinja2 ` template engine backend.
@@ -212,3 +214,4 @@ Initial release! 🎉
212
214
[ 0.10.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.10.0
213
215
[ 0.11.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.11.0
214
216
[ 0.12.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.12.0
217
+ [ 0.13.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.13.0
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ include = ["src"]
80
80
[tool .bumpver ]
81
81
commit = true
82
82
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
83
- current_version = " 0.12 .0"
83
+ current_version = " 0.13 .0"
84
84
push = false # set to false for CI
85
85
tag = false
86
86
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.12 .0"
3
+ __version__ = "0.13 .0"
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_version ():
7
- assert __version__ == "0.12 .0"
7
+ assert __version__ == "0.13 .0"
You can’t perform that action at this time.
0 commit comments