Bump version
This commit is contained in:
parent
764aac6744
commit
5c33ccf0b1
|
@ -22,7 +22,7 @@ copyright = '2019, Zetta.IO Technology AS'
|
||||||
author = 'Zetta.IO Technology AS'
|
author = 'Zetta.IO Technology AS'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '0.5.0'
|
release = '0.6.0'
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ When releasing a bugfix version we need to update the
|
||||||
main image as well.
|
main image as well.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker build src --tag zettaio/restic-compose-backup:0.5
|
docker build src --tag zettaio/restic-compose-backup:0.6
|
||||||
docker build src --tag zettaio/restic-compose-backup:0.5.0
|
docker build src --tag zettaio/restic-compose-backup:0.6.0
|
||||||
|
|
||||||
docker push zettaio/restic-compose-backup:0.5
|
docker push zettaio/restic-compose-backup:0.5
|
||||||
docker push zettaio/restic-compose-backup:0.5.0
|
docker push zettaio/restic-compose-backup:0.5.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.5.0'
|
__version__ = '0.6.0'
|
||||||
|
|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_namespace_packages
|
||||||
setup(
|
setup(
|
||||||
name="restic-compose-backup",
|
name="restic-compose-backup",
|
||||||
url="https://github.com/ZettaIO/restic-compose-backup",
|
url="https://github.com/ZettaIO/restic-compose-backup",
|
||||||
version="0.5.0",
|
version="0.6.0",
|
||||||
author="Einar Forselv",
|
author="Einar Forselv",
|
||||||
author_email="eforselv@gmail.com",
|
author_email="eforselv@gmail.com",
|
||||||
packages=find_namespace_packages(include=['restic_compose_backup']),
|
packages=find_namespace_packages(include=['restic_compose_backup']),
|
||||||
|
|
Loading…
Reference in New Issue