From 758c3075f1e3269e6fc8913df93bb467f9fa389b Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Fri, 6 Dec 2019 09:09:05 +0100 Subject: [PATCH] Bump version --- docs/conf.py | 2 +- extras/release.md | 4 ++-- src/restic_compose_backup/__init__.py | 2 +- src/setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 669f6f1..a23389b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2019, Zetta.IO Technology AS' author = 'Zetta.IO Technology AS' # The full version, including alpha/beta/rc tags -release = '0.3.2' +release = '0.3.3' # -- General configuration --------------------------------------------------- diff --git a/extras/release.md b/extras/release.md index 3540a93..5db4156 100644 --- a/extras/release.md +++ b/extras/release.md @@ -14,8 +14,8 @@ main image as well. ```bash docker build src --tag zettaio/restic-compose-backup:0.3 -docker build src --tag zettaio/restic-compose-backup:0.3.2 +docker build src --tag zettaio/restic-compose-backup:0.3.3 docker push zettaio/restic-compose-backup:0.3 -docker push zettaio/restic-compose-backup:0.3.2 +docker push zettaio/restic-compose-backup:0.3.3 ``` diff --git a/src/restic_compose_backup/__init__.py b/src/restic_compose_backup/__init__.py index 73e3bb4..80eb7f9 100644 --- a/src/restic_compose_backup/__init__.py +++ b/src/restic_compose_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3' diff --git a/src/setup.py b/src/setup.py index 7535d2e..c2d0185 100644 --- a/src/setup.py +++ b/src/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_namespace_packages setup( name="restic-compose-backup", url="https://github.com/ZettaIO/restic-compose-backup", - version="0.3.2", + version="0.3.3", author="Einar Forselv", author_email="eforselv@gmail.com", packages=find_namespace_packages(include=['restic_compose_backup']),