File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ _commit: v2024.27-4-g3fe659b
33_src_path : /home/josh/projects/work/django-twc-package
4455author_name : Josh Thomas
6- current_version : 0.1.0
6+ current_version : 0.1.0a1
77django_versions :
8- - ' 4.2'
9- - ' 5.0'
10- - ' 5.1'
8+ - " 4.2"
9+ - " 5.0"
10+ - " 5.1"
1111docs_domain : readthedocs.io
1212github_owner : joshuadavidthomas
1313github_repo : bird
1414module_name : bird
1515package_description : A UI Kit for your Django projects
1616package_name : bird
1717python_versions :
18- - ' 3.10'
19- - ' 3.11'
20- - ' 3.12'
21- - ' 3.13'
18+ - " 3.10"
19+ - " 3.11"
20+ - " 3.12"
21+ - " 3.13"
2222test_django_main : true
2323versioning_scheme : SemVer
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Source = "https://github.com/joshuadavidthomas/django-bird"
5959[tool .bumpver ]
6060commit = true
6161commit_message = " :bookmark: bump version {old_version} -> {new_version}"
62- current_version = " 0.1.0a0 "
62+ current_version = " 0.1.0a1 "
6363push = false # set to false for CI
6464tag = false
6565version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.1.0a0 "
3+ __version__ = "0.1.0a1 "
Original file line number Diff line number Diff line change 44
55
66def test_version ():
7- assert __version__ == "0.1.0a0 "
7+ assert __version__ == "0.1.0a1 "
You can’t perform that action at this time.
0 commit comments