Skip to content

Commit

Permalink
Bump version to 0.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossigee committed Oct 31, 2019
1 parent 91ebf0d commit 4bb82d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN apk -U add \

# Install the CI scripts
ADD dist /dist
RUN pip install /dist/wordpress-cd-0.7.4.tar.gz
RUN pip install /dist/wordpress-cd-0.7.5.tar.gz

# Source to be built should be mounted here
WORKDIR /src
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name = 'wordpress-cd',
version = '0.7.4',
version = '0.7.5',
description = 'Helper scripts to assist with WordPress-related CI/CD and devops tasks (i.e. build/test/deploy workflows for use with GitLab/Jenkins etc)',
author = 'Ross Golder',
author_email = 'ross@golder.org',
Expand Down

0 comments on commit 4bb82d1

Please sign in to comment.