File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.4.0
2+ current_version = 1.4.1
33commit = True
44tag = True
55
66[bumpversion:file:setup.py]
7- search = version = ' {current_version}'
8- replace = version = ' {new_version}'
7+ search = ' fallback_version ' : ' {current_version}'
8+ replace = ' fallback_version ' : ' {new_version}'
99
1010[bumpversion:file:README.rst]
1111search = v{current_version}.
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Overview
4343 :alt: PyPI Package latest release
4444 :target: https://pypi.org/project/lazy-object-proxy
4545
46- .. |commits-since | image :: https://img.shields.io/github.amrom.workers.devmits-since/ionelmc/python-lazy-object-proxy/v1.4.0 .svg
46+ .. |commits-since | image :: https://img.shields.io/github.amrom.workers.devmits-since/ionelmc/python-lazy-object-proxy/v1.4.1 .svg
4747 :alt: Commits since latest release
48- :target: https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.4.0 ...master
48+ :target: https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.4.1 ...master
4949
5050.. |wheel | image :: https://img.shields.io/pypi/wheel/lazy-object-proxy.svg
5151 :alt: PyPI Wheel
Original file line number Diff line number Diff line change 2626year = '2014-2019'
2727author = 'Ionel Cristian Mărieș'
2828copyright = '{0}, {1}' .format (year , author )
29- version = release = '1.4.0 '
29+ version = release = '1.4.1 '
3030
3131pygments_style = 'trac'
3232templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def _unavailable(self, e):
6363 use_scm_version = {
6464 'local_scheme' : 'dirty-tag' ,
6565 'write_to' : 'src/lazy_object_proxy/_version.py' ,
66- 'fallback_version' : '1.4.0 ' ,
66+ 'fallback_version' : '1.4.1 ' ,
6767 },
6868 license = 'BSD 2-Clause License' ,
6969 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.4.0 '
21+ __version__ = '1.4.1 '
2222
2323__all__ = "Proxy" ,
You can’t perform that action at this time.
0 commit comments