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 = 1.5.1
2+ current_version = 1.5.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ Overview
5555 :alt: Supported implementations
5656 :target: https://pypi.org/project/lazy-object-proxy
5757
58- .. |commits-since | image :: https://img.shields.io/github.amrom.workers.devmits-since/ionelmc/python-lazy-object-proxy/v1.5.1 .svg
58+ .. |commits-since | image :: https://img.shields.io/github.amrom.workers.devmits-since/ionelmc/python-lazy-object-proxy/v1.5.2 .svg
5959 :alt: Commits since latest release
60- :target: https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.5.1 ...master
60+ :target: https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.5.2 ...master
6161
6262
6363
Original file line number Diff line number Diff line change 2727 version = release = get_distribution ('lazy_object_proxy' ).version
2828except Exception :
2929 traceback .print_exc ()
30- version = release = '1.5.1 '
30+ version = release = '1.5.2 '
3131
3232pygments_style = 'trac'
3333templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def read(*names, **kwargs):
6767 use_scm_version = {
6868 'local_scheme' : 'dirty-tag' ,
6969 'write_to' : 'src/lazy_object_proxy/_version.py' ,
70- 'fallback_version' : '1.5.1 ' ,
70+ 'fallback_version' : '1.5.2 ' ,
7171 },
7272 license = 'BSD-2-Clause' ,
7373 description = 'A fast and thorough lazy object proxy.' ,
Original file line number Diff line number Diff line change 1818try :
1919 from ._version import version as __version__
2020except ImportError :
21- __version__ = '1.5.1 '
21+ __version__ = '1.5.2 '
2222
2323__all__ = "Proxy" ,
You can’t perform that action at this time.
0 commit comments