Skip to content

Commit

Permalink
Bump to version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Jun 7, 2024
1 parent 416910a commit b739b7a
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 @@ -162,6 +162,7 @@ sensor:
## Changelog
- 1.5.3 - Less aggressive rounding
- 1.5.2 - Add minimum home-assistant version
- 1.5.1 - Bump pyavanza (becuase of aiohttp)
- 1.5.0 - Use latest pyavana with latest api changes
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.5.2"
__version__ = "1.5.3"

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
Expand Up @@ -11,5 +11,5 @@
"requirements": [
"pyavanza==0.7.1"
],
"version": "1.5.2"
"version": "1.5.3"
}

0 comments on commit b739b7a

Please sign in to comment.