Skip to content

Commit 0ad2a08

Browse files
committed
Bump version: 3.3.5 → 3.3.6
1 parent 8084a4e commit 0ad2a08

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.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.3.5
2+
current_version = 3.3.6
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Overview
5151
:alt: Supported implementations
5252
:target: https://pypi.org/project/hunter
5353

54-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.3.5.svg
54+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.3.6.svg
5555
:alt: Commits since latest release
56-
:target: https://github.com/ionelmc/python-hunter/compare/v3.3.5...master
56+
:target: https://github.com/ionelmc/python-hunter/compare/v3.3.6...master
5757

5858

5959

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
version = release = get_distribution('hunter').version
3232
except Exception:
3333
traceback.print_exc()
34-
version = release = '3.3.5'
34+
version = release = '3.3.6'
3535

3636
pygments_style = 'trac'
3737
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _unavailable(self, e):
106106
use_scm_version={
107107
'local_scheme': 'dirty-tag',
108108
'write_to': 'src/hunter/_version.py',
109-
'fallback_version': '3.3.5',
109+
'fallback_version': '3.3.6',
110110
},
111111
license='BSD-2-Clause',
112112
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
@@ -45,7 +45,7 @@
4545
try:
4646
from ._version import version as __version__
4747
except ImportError:
48-
__version__ = '3.3.5'
48+
__version__ = '3.3.6'
4949

5050
__all__ = (
5151
'And',

0 commit comments

Comments
 (0)