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.4 .0
2+ current_version = 1.5 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ Overview
5353 :alt: PyPI Package latest release
5454 :target: https://pypi.python.org/pypi/manhole
5555
56- .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-manhole/v1.4 .0.svg
56+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-manhole/v1.5 .0.svg
5757 :alt: Commits since latest release
58- :target: https://github.com/ionelmc/python-manhole/compare/v1.4 .0...master
58+ :target: https://github.com/ionelmc/python-manhole/compare/v1.5 .0...master
5959
6060.. |wheel | image :: https://img.shields.io/pypi/wheel/manhole.svg
6161 :alt: PyPI Wheel
Original file line number Diff line number Diff line change 2626year = '2012-2017'
2727author = 'Ionel Cristian Mărieș'
2828copyright = '{0}, {1}' .format (year , author )
29- version = release = '1.4 .0'
29+ version = release = '1.5 .0'
3030
3131pygments_style = 'trac'
3232templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def run(self):
8484
8585setup (
8686 name = 'manhole' ,
87- version = '1.4 .0' ,
87+ version = '1.5 .0' ,
8888 license = 'BSD license' ,
8989 description = 'Manhole is in-process service that will accept unix domain socket connections and present the' ,
9090 long_description = '%s\n %s' % (
Original file line number Diff line number Diff line change 1111import traceback
1212from contextlib import closing
1313
14- __version__ = '1.4 .0'
14+ __version__ = '1.5 .0'
1515
1616try :
1717 import signalfd
You can’t perform that action at this time.
0 commit comments