Skip to content

Commit cfae650

Browse files
committed
Bump version: 3.6.0 → 3.6.1
1 parent 7efb2e3 commit cfae650

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.6.0
2+
current_version = 3.6.1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Overview
4343
:alt: Supported implementations
4444
:target: https://pypi.org/project/hunter
4545

46-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.6.0.svg
46+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.6.1.svg
4747
:alt: Commits since latest release
48-
:target: https://github.com/ionelmc/python-hunter/compare/v3.6.0...master
48+
:target: https://github.com/ionelmc/python-hunter/compare/v3.6.1...master
4949

5050

5151

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
version = release = get_distribution('hunter').version
3030
except Exception:
3131
traceback.print_exc()
32-
version = release = '3.6.0'
32+
version = release = '3.6.1'
3333

3434
pygments_style = 'trac'
3535
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def read(*names, **kwargs):
113113
use_scm_version={
114114
'local_scheme': 'dirty-tag',
115115
'write_to': 'src/hunter/_version.py',
116-
'fallback_version': '3.6.0',
116+
'fallback_version': '3.6.1',
117117
},
118118
license='BSD-2-Clause',
119119
description='Hunter is a flexible code tracing toolkit.',

src/hunter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
try:
4444
from ._version import version as __version__
4545
except ImportError:
46-
__version__ = '3.6.0'
46+
__version__ = '3.6.1'
4747

4848
__all__ = (
4949
'And',

0 commit comments

Comments
 (0)