File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
author = 'Zetta.IO Technology AS'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.5 .0'
25
+ release = '0.6 .0'
26
26
27
27
# -- General configuration ---------------------------------------------------
28
28
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ When releasing a bugfix version we need to update the
13
13
main image as well.
14
14
15
15
``` bash
16
- docker build src --tag zettaio/restic-compose-backup:0.5
17
- docker build src --tag zettaio/restic-compose-backup:0.5 .0
16
+ docker build src --tag zettaio/restic-compose-backup:0.6
17
+ docker build src --tag zettaio/restic-compose-backup:0.6 .0
18
18
19
19
docker push zettaio/restic-compose-backup:0.5
20
20
docker push zettaio/restic-compose-backup:0.5.0
Original file line number Diff line number Diff line change 1
- __version__ = '0.5 .0'
1
+ __version__ = '0.6 .0'
Original file line number Diff line number Diff line change 3
3
setup (
4
4
name = "restic-compose-backup" ,
5
5
url = "https://github.com/ZettaIO/restic-compose-backup" ,
6
- version = "0.5 .0" ,
6
+ version = "0.6 .0" ,
7
7
author = "Einar Forselv" ,
8
8
author_email = "eforselv@gmail.com" ,
9
9
packages = find_namespace_packages (include = ['restic_compose_backup' ]),
You can’t perform that action at this time.
0 commit comments