Skip to content

Commit 3a44989

Browse files
committed
bump 52.21
1 parent 4e249d8 commit 3a44989

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.rst

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

1010
:Author: Shohei Tanaka(@xcir)
11-
:Date: 2016-11-27
12-
:Version: 50.20
13-
:Support Varnish Version: 4.0.x, 4.1.x 5.0.x
11+
:Date: 2017-09-26
12+
:Version: 52.21
13+
:Support Varnish Version: 4.0.x, 4.1.x 5.0.x 5.1.x 5.2.x
1414
:Check Python Version: 2.7.x, 3.4.x
1515
:Manual section: 3
1616

@@ -403,6 +403,8 @@ Description
403403

404404
HISTORY
405405
===========
406+
Version 52.21: Initial support Varnish5.2.x
407+
406408
Version 50.20: Improoved C binding.(p-r #67 thanks ema)
407409

408410
Version 50.19: Fix -c -b option issue.(issue #65 thanks ema)

src/varnishapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33

4-
# Copyright (c) 2013-2016 Shohei Tanaka(@xcir)
4+
# Copyright (c) 2013-2017 Shohei Tanaka(@xcir)
55
# All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
2626
# SUCH DAMAGE.
2727

2828
# https://github.com/xcir/python-varnishapi
29-
# v50.20
29+
# v52.21
3030

3131
from ctypes import *
3232
import getopt

0 commit comments

Comments
 (0)