Skip to content

Commit fd14117

Browse files
authored
Merge pull request #112 from bahlo/update-version
Update version
2 parents 8f340bd + 49b8fe8 commit fd14117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ cp .env.example .env # and customize fields
4343
$ docker run \
4444
-v $PWD/ing_ynab_state:/app/state \
4545
--env-file .env \
46-
docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.1.1
46+
docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.2.0
4747
```
4848

4949
### docker-compose
@@ -53,7 +53,7 @@ version: "2.0"
5353

5454
services:
5555
ing-ynab:
56-
image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.1.1
56+
image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.2.0
5757
volumes:
5858
- ${PWD}/ing_ynab_state:/app/state
5959
environment:

ing_ynab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
This module contains only the version.
33
"""
4-
VERSION = "1.1.1"
4+
VERSION = "1.2.0"

0 commit comments

Comments
 (0)