diff --git a/docs/conf.py b/docs/conf.py index aad8ebd..7932ccc 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.2.0' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/extras/release.md b/extras/release.md index a6999f4..404c2cb 100644 --- a/extras/release.md +++ b/extras/release.md @@ -1,6 +1,7 @@ # Making a release -- Update version in setup.py +- Update version in `setup.py` +- Update version in `docs/conf.py` - Build and tag image - push: `docker push zettaio/restic-compose-backup:` - Ensure RTD has new docs published