File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.3.8
2+ current_version = 3.4.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ Overview
5656 :alt: Supported implementations
5757 :target: https://pypi.org/project/hunter
5858
59- .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.3.8 .svg
59+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.4.0 .svg
6060 :alt: Commits since latest release
61- :target: https://github.com/ionelmc/python-hunter/compare/v3.3.8 ...master
61+ :target: https://github.com/ionelmc/python-hunter/compare/v3.4.0 ...master
6262
6363
6464
Original file line number Diff line number Diff line change 3131 version = release = get_distribution ('hunter' ).version
3232except Exception :
3333 traceback .print_exc ()
34- version = release = '3.3.8 '
34+ version = release = '3.4.0 '
3535
3636pygments_style = 'trac'
3737templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def has_ext_modules(_):
114114 use_scm_version = {
115115 'local_scheme' : 'dirty-tag' ,
116116 'write_to' : 'src/hunter/_version.py' ,
117- 'fallback_version' : '3.3.8 ' ,
117+ 'fallback_version' : '3.4.0 ' ,
118118 },
119119 license = 'BSD-2-Clause' ,
120120 description = 'Hunter is a flexible code tracing toolkit.' ,
Original file line number Diff line number Diff line change 4545try :
4646 from ._version import version as __version__
4747except ImportError :
48- __version__ = '3.3.8 '
48+ __version__ = '3.4.0 '
4949
5050__all__ = (
5151 'And' ,
You can’t perform that action at this time.
0 commit comments