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

Commit a55a016

Browse files
author
Mangled Deutz
committed
Bump packages versions
Master should contain the next to be released version. Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent cb59c0a commit a55a016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depends/docker-registry-core/docker_registry/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
__credits__ = []
4040

4141
__license__ = 'Apache 2.0'
42-
__version__ = '1.0.6'
42+
__version__ = '1.0.7'
4343
__maintainer__ = 'Docker'
4444
__email__ = '[email protected]'
4545
__status__ = 'Production'

docker_registry/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__credits__ = []
66

77
__license__ = 'Apache 2.0'
8-
__version__ = '0.7.0'
8+
__version__ = '0.8.0'
99
__maintainer__ = __author__
1010
__email__ = '[email protected]'
1111
__status__ = 'Production'

0 commit comments

Comments
 (0)