Skip to content

Commit 6cf4136

Browse files
1 parent 363dd55 commit 6cf4136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ release_pypi:
178178

179179
publish_docker:
180180
stage: publish
181-
image: python:2-slim-jessie
181+
image: onegreyonewhite/tox:tox
182182
services:
183183
- name: 'docker:19.03-dind'
184184
alias: 'docker_service_host'

polemarch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"VST_ROOT_URLCONF": os.getenv("VST_ROOT_URLCONF", 'vstutils.urls'),
3232
}
3333

34-
__version__ = "1.6.1.post1"
34+
__version__ = "1.6.1.post2"
3535

3636
prepare_environment(**default_settings)

0 commit comments

Comments
 (0)