Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed May 27, 2020
1 parent 764aac6 commit 5c33ccf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Zetta.IO Technology AS'

# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.6.0'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions extras/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ When releasing a bugfix version we need to update the
main image as well.

```bash
docker build src --tag zettaio/restic-compose-backup:0.5
docker build src --tag zettaio/restic-compose-backup:0.5.0
docker build src --tag zettaio/restic-compose-backup:0.6
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.0
Expand Down
2 changes: 1 addition & 1 deletion src/restic_compose_backup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.0'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="restic-compose-backup",
url="https://github.com/ZettaIO/restic-compose-backup",
version="0.5.0",
version="0.6.0",
author="Einar Forselv",
author_email="[email protected]",
packages=find_namespace_packages(include=['restic_compose_backup']),
Expand Down

0 comments on commit 5c33ccf

Please sign in to comment.