Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 3810131

Browse files
author
shin-
committed
Bumped version to 0.6.9
1 parent e52cc60 commit 3810131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker_registry/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .lib.core.exceptions import ConfigError
1717

1818

19-
VERSION = '0.6.8'
19+
VERSION = '0.6.9'
2020
app = flask.Flask('docker-registry')
2121
cfg = config.load()
2222
loglevel = getattr(logging, cfg.get('loglevel', 'INFO').upper())

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# TODO: Load the version programatically, which is currently available in
1717
# docker_registry.app. This is not possible yet because importing
1818
# causes config files to be loaded
19-
version='0.6.8',
19+
version='0.6.9',
2020
description='Registry server for Docker',
2121
long_description=long_desc,
2222
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)