bump version

This commit is contained in:
Einar Forselv 2019-12-05 02:48:24 +01:00
parent 0a8bbc40c3
commit 915695043c
2 changed files with 3 additions and 2 deletions

View File

@ -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.2.0' release = '0.3.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -1,6 +1,7 @@
# Making a release # Making a release
- Update version in setup.py - Update version in `setup.py`
- Update version in `docs/conf.py`
- Build and tag image - Build and tag image
- push: `docker push zettaio/restic-compose-backup:<version>` - push: `docker push zettaio/restic-compose-backup:<version>`
- Ensure RTD has new docs published - Ensure RTD has new docs published