Skip to content

Commit 730eba8

Browse files
committed
Release v1.0.6
1 parent 108851e commit 730eba8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ Last update: 2020-04-18 17:57:29.274000+00:00
5151
'start_time': datetime.datetime(2020, 4, 18, 23, 0, tzinfo=datetime.timezone.utc),
5252
'end_time': datetime.datetime(2020, 4, 19, 5, 0, tzinfo=datetime.timezone.utc),
5353
'event': 'FROST',
54-
'event_code': 22, 'headline': 'Amtliche WARNUNG vor FROST',
54+
'event_code': 22,
55+
'headline': 'Amtliche WARNUNG vor FROST',
5556
'description': 'Es tritt leichter Frost um 0 °C auf. In Bodennähe wird leichter Frost bis -4 °C erwartet.',
5657
'instruction': None, 'level': 1,
5758
'parameters':

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
EMAIL = "stephan192@outlook.com"
1616
AUTHOR = "stephan192"
1717
REQUIRES_PYTHON = ">=3.6"
18-
VERSION = "1.0.5"
18+
VERSION = "1.0.6"
1919

2020
# Define required packages
2121
REQUIRES = ["requests>=2.23.0,<3", "ciso8601>=2.1.3,<3", "urllib3>=1.25.8,<2"]

0 commit comments

Comments
 (0)