Skip to content

Commit

Permalink
Bump and release 0.7.2
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <olivier@webitup.fr> (github: dmp42)
  • Loading branch information
Mangled Deutz committed Jun 13, 2014
1 parent a8016be commit 22b9a90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Docker-registry

## 0.7.2

* [BUGFIX] fixed configuration handling on standalone mode

## 0.7.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ As the documentation evolves with different registry versions, be sure that befo
* check which version of the registry you are running
* switch to the corresponding tag to access the README that matches your product version

The stable, released version is currently the [0.7.1 tag](https://github.com/dotcloud/docker-registry/tree/0.7.1).
The stable, released version is currently the [0.7.2 tag](https://github.com/dotcloud/docker-registry/tree/0.7.2).


Quick start
Expand Down
2 changes: 1 addition & 1 deletion docker_registry/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from . import toolkit
from .lib import config

VERSION = '0.7.1'
VERSION = '0.7.2'
app = flask.Flask('docker-registry')
cfg = config.load()
loglevel = getattr(logging, cfg.get('loglevel', 'INFO').upper())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# TODO: Load the version programatically, which is currently available in
# docker_registry.app. This is not possible yet because importing
# causes config files to be loaded
version='0.7.1',
version='0.7.2',
description='Registry server for Docker',
long_description=open('README.md').read(),
namespace_packages=['docker_registry', 'docker_registry.drivers'],
Expand Down

0 comments on commit 22b9a90

Please sign in to comment.