We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f340bd + 49b8fe8 commit fd14117Copy full SHA for fd14117
README.md
@@ -43,7 +43,7 @@ $ cp .env.example .env # and customize fields
43
$ docker run \
44
-v $PWD/ing_ynab_state:/app/state \
45
--env-file .env \
46
- docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.1.1
+ docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.2.0
47
```
48
49
### docker-compose
@@ -53,7 +53,7 @@ version: "2.0"
53
54
services:
55
ing-ynab:
56
- image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.1.1
+ image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.2.0
57
volumes:
58
- ${PWD}/ing_ynab_state:/app/state
59
environment:
ing_ynab/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
This module contains only the version.
3
4
-VERSION = "1.1.1"
+VERSION = "1.2.0"
0 commit comments