Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
	ändrad:        README.md
	ändrad:        custom_components/skodaconnect/__init__.py
	ändrad:        custom_components/skodaconnect/manifest.json
	ändrad:        requirements.txt
  • Loading branch information
Farfar committed Feb 15, 2021
1 parent 26300d0 commit 010ac86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Skoda Connect - A Home Assistant custom component for Skoda Connect/MyŠKODA

# v1.0.35
# v1.0.36
**WARNING!**
***Version 1.0.30 and later has undergone major code changes since release 1.0.27.
If you are updating, be sure to backup all your data***
Expand Down
2 changes: 1 addition & 1 deletion custom_components/skodaconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# from . import skoda

__version__ = "1.0.35"
__version__ = "1.0.36"
_LOGGER = logging.getLogger(__name__)

DOMAIN = "skodaconnect"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/skodaconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"issue_tracker": "https://github.com/lendy007/homeassistant-skodaconnect/issues",
"dependencies": [],
"codeowners": ["@lendy007"],
"requirements": ["skodaconnect==1.0.35"]
"requirements": ["skodaconnect==1.0.36"]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
skodaconnect==1.0.35
skodaconnect==1.0.36

0 comments on commit 010ac86

Please sign in to comment.