Skip to content

Commit

Permalink
1.3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
user-sspmynxdvb committed Jan 15, 2024
1 parent 1cbbd4b commit e86123d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## [v1.3.10]() - 31.12.2023
## [v1.3.10]() - 15.01.2024

### Improved
- **files: alert_type.py**
- **files: alert_type.py, client.py**

### More info
- **Added `AlertType.INFO: "ЗМІ повідомляють про вибухи",` and `AlertType.INFO: "Media reports about explosions",`**
- **client.py: removed: init test `run(self.__make_request("GET", self._ALERTS_ENDPOINT))` and `from asyncio import run`**

## [v1.3.9](https://github.com/user-sspmynxdvb/ua_alarm/tree/51f50b0c8629003c0fd60719ff400d2c7e4fb106) - 30.12.2023

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="ua_alarm",
author="user-sspmynxdvb",
version="1.3.10.1",
version="1.3.10.3",
description="Implements api.ua_alarm.com API that returns info about Ukraine air raid alarms.",
license="GNUv3",
url="https://github.com/user-sspmynxdvb/ua_alarm",
Expand Down
2 changes: 1 addition & 1 deletion ua_alarm/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from asyncio import sleep, run
from asyncio import sleep
from datetime import datetime
from typing import List, Optional, Union

Expand Down

0 comments on commit e86123d

Please sign in to comment.