Skip to content

Commit

Permalink
Bump version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Mar 12, 2021
1 parent a776afe commit 11f64dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ sensor:
## Changelog
- 1.0.9 - Add purchase date attribute (string manually set by user)
- 1.0.8 - Correct profit/loss when using conversion currency
- 1.0.7 - Overwrite currency given by the api
- 1.0.6 - Correct unit when using conversion currency
Expand Down
2 changes: 1 addition & 1 deletion custom_components/avanza_stock/const.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Constants for avanza_stock."""
__version__ = "1.0.8"
__version__ = "1.0.9"

DEFAULT_NAME = "Avanza Stock"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/avanza_stock/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "avanza_stock",
"name": "Avanza Stock",
"version": "1.0.8",
"version": "1.0.9",
"documentation": "https://github.com/custom-components/sensor.avanza_stock",
"dependencies": [],
"codeowners": ["@claha"],
Expand Down

0 comments on commit 11f64dd

Please sign in to comment.