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 6d91d2b commit f30e4e1Copy full SHA for f30e4e1
README.md
@@ -36,7 +36,7 @@ $ ing-ynab
36
37
```sh
38
$ cp .env.example .env # and customize fields
39
-$ docker run --env-file .env docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.0
+$ docker run --env-file .env docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.1
40
```
41
42
### docker-compose
@@ -46,7 +46,7 @@ version: "2.0"
46
47
services:
48
ing-ynab:
49
- image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.0
+ image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.1
50
environment:
51
# Environment variables, see the configuration section
52
ing_ynab/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
This module contains only the version.
3
4
-VERSION = "2.0.0"
+VERSION = "2.0.1"
0 commit comments