Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed Dec 19, 2019
1 parent 363dd55 commit 6cf4136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ release_pypi:

publish_docker:
stage: publish
image: python:2-slim-jessie
image: onegreyonewhite/tox:tox
services:
- name: 'docker:19.03-dind'
alias: 'docker_service_host'
Expand Down
2 changes: 1 addition & 1 deletion polemarch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"VST_ROOT_URLCONF": os.getenv("VST_ROOT_URLCONF", 'vstutils.urls'),
}

__version__ = "1.6.1.post1"
__version__ = "1.6.1.post2"

prepare_environment(**default_settings)

0 comments on commit 6cf4136

Please sign in to comment.