Skip to content

Commit

Permalink
Last rename, release 1.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Apr 1, 2016
1 parent a73d55e commit 54aeaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_squash/squash.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, log, image, docker=None, from_layer=None, tag=None, tmp_dir=N

def run(self):
docker_version = self.docker.version()
self.log.info("docker-scripts version %s, Docker %s, API %s..." %
self.log.info("docker-squash version %s, Docker %s, API %s..." %
(version, docker_version['GitCommit'], docker_version['ApiVersion']))

if self.image is None:
Expand Down
2 changes: 1 addition & 1 deletion docker_squash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.0dev"
version = "1.0.0rc3"

0 comments on commit 54aeaab

Please sign in to comment.