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