File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.5 .0
2+ current_version = 1.6 .0
33commit = True
44tag = True
55
@@ -18,3 +18,4 @@ replace = version = release = '{new_version}'
1818[bumpversion:file:src/manhole/__init__.py]
1919search = __version__ = ' {current_version}'
2020replace = __version__ = ' {new_version}'
21+
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 1.6.0 (2019-01-16 )
5+ 1.6.0 (2019-01-19 )
66------------------
77
88* Testing improvements (changed some skips to xfail, added osx in Travis).
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ Overview
3939 :alt: PyPI Package latest release
4040 :target: https://pypi.org/project/manhole
4141
42- .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-manhole/v1.3 .0.svg
42+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-manhole/v1.6 .0.svg
4343 :alt: Commits since latest release
44- :target: https://github.com/ionelmc/python-manhole/compare/v1.3 .0...master
44+ :target: https://github.com/ionelmc/python-manhole/compare/v1.6 .0...master
4545
4646.. |wheel | image :: https://img.shields.io/pypi/wheel/manhole.svg
4747 :alt: PyPI Wheel
Original file line number Diff line number Diff line change 2626year = '2012-2019'
2727author = 'Ionel Cristian Mărieș'
2828copyright = '{0}, {1}' .format (year , author )
29- version = release = '1.5 .0'
29+ version = release = '1.6 .0'
3030
3131pygments_style = 'trac'
3232templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def run(self):
8585
8686setup (
8787 name = 'manhole' ,
88- version = '1.5 .0' ,
88+ version = '1.6 .0' ,
8989 license = 'BSD 2-Clause License' ,
9090 description = 'Manhole is in-process service that will accept unix domain socket connections and present the' ,
9191 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.5 .0'
14+ __version__ = '1.6 .0'
1515
1616try :
1717 import signalfd
You can’t perform that action at this time.
0 commit comments