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.3.0
2+ current_version = 1.3.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ Overview
5757 :alt: PyPI Package latest release
5858 :target: https://pypi.python.org/pypi/lazy-object-proxy
5959
60- .. |commits-since | image :: https://img.shields.io/github.amrom.workers.devmits-since/ionelmc/python-lazy-object-proxy/v1.3.0 .svg
60+ .. |commits-since | image :: https://img.shields.io/github.amrom.workers.devmits-since/ionelmc/python-lazy-object-proxy/v1.3.1 .svg
6161 :alt: Commits since latest release
62- :target: https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.3.0 ...master
62+ :target: https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.3.1 ...master
6363
6464.. |wheel | image :: https://img.shields.io/pypi/wheel/lazy-object-proxy.svg
6565 :alt: PyPI Wheel
Original file line number Diff line number Diff line change 2626year = '2014-2017'
2727author = 'Ionel Cristian Mărieș'
2828copyright = '{0}, {1}' .format (year , author )
29- version = release = '1.3.0 '
29+ version = release = '1.3.1 '
3030
3131pygments_style = 'trac'
3232templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def _unavailable(self, e):
5959
6060setup (
6161 name = 'lazy-object-proxy' ,
62- version = '1.3.0 ' ,
62+ version = '1.3.1 ' ,
6363 license = 'BSD' ,
6464 description = 'A fast and thorough lazy object proxy.' ,
6565 long_description = '%s\n %s' % (
Original file line number Diff line number Diff line change 1515else :
1616 copyreg .constructor (identity )
1717
18- __version__ = "1.3.0 "
18+ __version__ = "1.3.1 "
1919
2020__all__ = "Proxy" ,
You can’t perform that action at this time.
0 commit comments