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 Jan 31, 2021
1 parent 3973ec9 commit 082cd48
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.30-RC6
# v1.0.30-RC7
**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.30-rc6"
__version__ = "1.0.30-rc7"
_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.30rc6"]
"requirements": ["skodaconnect==1.0.30rc7"]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
skodaconnect==1.0.30rc6
skodaconnect==1.0.30rc7

0 comments on commit 082cd48

Please sign in to comment.