File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.8 .0
2+ current_version = 3.9 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ default_context:
4040 sphinx_theme: furo
4141 test_matrix_separate_coverage: 'yes'
4242 tests_inside_package: 'no'
43- version: 3.8 .0
43+ version: 3.9 .0
4444 version_manager: bump2version
4545 website: https://blog.ionelmc.ro
4646 year_from: '2015'
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ Overview
4141 :alt: Supported implementations
4242 :target: https://pypi.org/project/hunter
4343
44- .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.8 .0.svg
44+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.9 .0.svg
4545 :alt: Commits since latest release
46- :target: https://github.com/ionelmc/python-hunter/compare/v3.8 .0...master
46+ :target: https://github.com/ionelmc/python-hunter/compare/v3.9 .0...master
4747
4848
4949
Original file line number Diff line number Diff line change 2828 import traceback
2929
3030 traceback .print_exc ()
31- version = release = '3.8 .0'
31+ version = release = '3.9 .0'
3232
3333pygments_style = 'trac'
3434templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ hunter-trace = "hunter.remote:main"
6666[tool .setuptools_scm ]
6767local_scheme = " dirty-tag"
6868write_to = " src/hunter/_version.py"
69- fallback_version = " 3.8 .0"
69+ fallback_version = " 3.9 .0"
7070
7171[tool .ruff ]
7272extend-exclude = [" static" , " ci/templates" ]
Original file line number Diff line number Diff line change 4343try :
4444 from ._version import version as __version__
4545except ImportError :
46- __version__ = '3.8 .0'
46+ __version__ = '3.9 .0'
4747
4848__all__ = (
4949 'And' ,
You can’t perform that action at this time.
0 commit comments