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

Commit

Permalink
update version of libuast and sdk; update bblfshd used for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Smirnov <[email protected]>
  • Loading branch information
Denys Smirnov authored and dennwc committed Apr 22, 2019
1 parent 7e71346 commit cc9fbc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
sudo: true
dist: xenial
env:
- BBLFSHD_VERSION=v2.9.1 BBLFSH_PYTHON_VERSION=v2.3.0
- BBLFSHD_VERSION=v2.12.1 BBLFSH_PYTHON_VERSION=v2.9.0
services:
- docker
cache:
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
# The VERSION line is edited automatically during deployments.
# You may change the contents of the string, but do not otherwise edit the line.
VERSION = "3.x.x-dev"
LIBUAST_VERSION = "v3.1.0"
LIBUAST_VERSION = "v3.3.0"
LIBUAST_ARCH = "linux-amd64"
SDK_V1_VERSION = "v1.16.1"
SDK_V1_VERSION = "v1.17.0"
SDK_V1_MAJOR = SDK_V1_VERSION.split('.')[0]
SDK_V2_VERSION = "v2.15.0"
SDK_V2_VERSION = "v2.16.4"
SDK_V2_MAJOR = SDK_V2_VERSION.split('.')[0]

FORMAT_ARGS = globals()
Expand Down

0 comments on commit cc9fbc4

Please sign in to comment.