Skip to content

Commit d49934c

Browse files
committed
bump 52.22
1 parent f487d97 commit d49934c

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.rst

Lines changed: 4 additions & 2 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-09-26
12-
:Version: 52.21
11+
:Date: 2017-10-22
12+
:Version: 52.22
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
@@ -404,6 +404,8 @@ Description
404404

405405
HISTORY
406406
===========
407+
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.
408+
407409
Version 52.21: Initial support Varnish5.2.x
408410

409411
Version 50.20: Improoved C binding.(p-r #67 thanks ema)

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.21"
15+
release = "52.22"
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.21
29+
# v52.22
3030

3131
from ctypes import *
3232
import getopt

0 commit comments

Comments
 (0)