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.
1 parent 7aee958 commit fc48600Copy full SHA for fc48600
README.md
@@ -40,7 +40,7 @@ $ cp .env.example .env # and customize fields
40
$ docker run \
41
-v $PWD/ing_ynab_state:/app/state \
42
--env-file .env \
43
- docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.0.1
+ docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.0.2
44
```
45
46
### docker-compose
@@ -50,7 +50,7 @@ version: "2.0"
50
51
services:
52
ing-ynab:
53
- image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.0.1
+ image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.0.2
54
volumes:
55
- ${PWD}/ing_ynab_state:/app/state
56
environment:
ing_ynab/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
This module contains only the version.
3
4
-VERSION = "1.0.1"
+VERSION = "1.0.2"
0 commit comments