Skip to content

Commit

Permalink
Merge pull request #112 from bahlo/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
bahlo authored May 30, 2021
2 parents 8f340bd + 49b8fe8 commit fd14117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ cp .env.example .env # and customize fields
$ docker run \
-v $PWD/ing_ynab_state:/app/state \
--env-file .env \
docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.1.1
docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.2.0
```

### docker-compose
Expand All @@ -53,7 +53,7 @@ version: "2.0"

services:
ing-ynab:
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
volumes:
- ${PWD}/ing_ynab_state:/app/state
environment:
Expand Down
2 changes: 1 addition & 1 deletion ing_ynab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
This module contains only the version.
"""
VERSION = "1.1.1"
VERSION = "1.2.0"

0 comments on commit fd14117

Please sign in to comment.