Skip to content

Commit 4f56aad

Browse files
committed
bump 52.23
1 parent c796566 commit 4f56aad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Connect to libvarnish api by ctypes
88
------------------------------------
99

1010
:Author: Shohei Tanaka(@xcir)
11-
:Date: 2017-10-22
12-
:Version: 52.22
11+
:Date: 2017-11-08
12+
:Version: 52.23
1313
:Support Varnish Version: 4.0.x, 4.1.x 5.0.x 5.1.x 5.2.x
1414
:Check Varnish Version: 5.1.3 5.2.0
1515
:Check Python Version: 2.7.x, 3.4.x
@@ -439,7 +439,7 @@ Description
439439

440440
HISTORY
441441
===========
442-
trunk: Enhance perfomance. add some feature in dispatch(). add transaction_type in callbackdata(cbd)
442+
Version 52.23: Enhance perfomance. add some feature in dispatch(). add transaction_type in callbackdata(cbd)
443443

444444
Version 52.22: Fix VSC/varnishstat bug.(fix declare, add fini(I mis-deleted...) p-r #71,72 thanks ehocdet). Fix key varnishstat's decode for python3.
445445

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
sys.path.insert(0, current_dir + os.sep + 'src')
1414

15-
release = "52.22"
15+
release = "52.23"
1616

1717
setup(
1818
name='varnishapi',

src/varnishapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# SUCH DAMAGE.
2727

2828
# https://github.com/xcir/python-varnishapi
29-
# v52.22
29+
# v52.23
3030

3131
from ctypes import *
3232
import getopt

0 commit comments

Comments
 (0)