File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.6 .0
2
+ current_version = 1.7 .0
3
3
commit = True
4
4
tag = True
5
5
@@ -18,3 +18,4 @@ replace = version = release = '{new_version}'
18
18
[bumpversion:file:src/manhole/__init__.py]
19
19
search = __version__ = ' {current_version}'
20
20
replace = __version__ = ' {new_version}'
21
+
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Overview
51
51
:alt: Supported implementations
52
52
:target: https://pypi.org/project/manhole
53
53
54
- .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-manhole/v1.6 .0.svg
54
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-manhole/v1.7 .0.svg
55
55
:alt: Commits since latest release
56
56
:target: https://github.com/ionelmc/python-manhole/compare/v1.6.0...master
57
57
Original file line number Diff line number Diff line change 20
20
year = '2012-2021'
21
21
author = 'Ionel Cristian Mărieș'
22
22
copyright = '{0}, {1}' .format (year , author )
23
- version = release = '1.6 .0'
23
+ version = release = '1.7 .0'
24
24
25
25
pygments_style = 'trac'
26
26
templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def run(self):
85
85
86
86
setup (
87
87
name = 'manhole' ,
88
- version = '1.6 .0' ,
88
+ version = '1.7 .0' ,
89
89
license = 'BSD 2-Clause License' ,
90
90
description = 'Manhole is in-process service that will accept unix domain socket connections and present the' ,
91
91
long_description = '%s\n %s' % (
Original file line number Diff line number Diff line change 11
11
import traceback
12
12
from contextlib import closing
13
13
14
- __version__ = '1.6 .0'
14
+ __version__ = '1.7 .0'
15
15
16
16
try :
17
17
import signalfd
You can’t perform that action at this time.
0 commit comments