Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Dec 6, 2019
1 parent ffa2dfc commit 2cbc5aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
author = 'Zetta.IO Technology AS'

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

release = '0.3.2'

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

Expand Down
7 changes: 4 additions & 3 deletions extras/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Update version in `setup.py`
- Update version in `docs/conf.py`
- Update version in `restic_compose_backup/__init__.py`
- Build and tag image
- push: `docker push zettaio/restic-compose-backup:<version>`
- Ensure RTD has new docs published
Expand All @@ -12,9 +13,9 @@ When releasing a bugfix version we need to update the
main image as well.

```bash
docker build . --tag zettaio/restic-compose-backup:0.3
docker build . --tag zettaio/restic-compose-backup:0.3.1
docker build src --tag zettaio/restic-compose-backup:0.3
docker build src --tag zettaio/restic-compose-backup:0.3.2

docker push zettaio/restic-compose-backup:0.3
docker push zettaio/restic-compose-backup:0.3.1
docker push zettaio/restic-compose-backup:0.3.2
```
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.3.1",
version="0.3.2",
author="Einar Forselv",
author_email="eforselv@gmail.com",
packages=find_namespace_packages(include=['restic_compose_backup']),
Expand Down

0 comments on commit 2cbc5aa

Please sign in to comment.