Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit cc9fbc4

Browse files
Denys Smirnovdennwc
authored andcommitted
update version of libuast and sdk; update bblfshd used for tests
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 7e71346 commit cc9fbc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
sudo: true
33
dist: xenial
44
env:
5-
- BBLFSHD_VERSION=v2.9.1 BBLFSH_PYTHON_VERSION=v2.3.0
5+
- BBLFSHD_VERSION=v2.12.1 BBLFSH_PYTHON_VERSION=v2.9.0
66
services:
77
- docker
88
cache:

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
# The VERSION line is edited automatically during deployments.
1616
# You may change the contents of the string, but do not otherwise edit the line.
1717
VERSION = "3.x.x-dev"
18-
LIBUAST_VERSION = "v3.1.0"
18+
LIBUAST_VERSION = "v3.3.0"
1919
LIBUAST_ARCH = "linux-amd64"
20-
SDK_V1_VERSION = "v1.16.1"
20+
SDK_V1_VERSION = "v1.17.0"
2121
SDK_V1_MAJOR = SDK_V1_VERSION.split('.')[0]
22-
SDK_V2_VERSION = "v2.15.0"
22+
SDK_V2_VERSION = "v2.16.4"
2323
SDK_V2_MAJOR = SDK_V2_VERSION.split('.')[0]
2424

2525
FORMAT_ARGS = globals()

0 commit comments

Comments
 (0)