1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

bump version to 1.0.0-beta44

This commit is contained in:
checktheroads
2020-06-26 12:23:51 -07:00
parent d3c514de1d
commit 664359e40f
3 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 1.0.0-beta44 - 2020-06-26
### Added
- Support for Microsoft Teams webhook
### Fixed
- If webhooks were enabled, a hung test connection to RIPEStat would cause the query to time out
## 1.0.0-beta43 - 2020-06-22
### Fixed

View File

@@ -4,7 +4,7 @@
from datetime import datetime
__name__ = "hyperglass"
__version__ = "1.0.0-beta.43"
__version__ = "1.0.0-beta.44"
__author__ = "Matt Love"
__copyright__ = f"Copyright {datetime.now().year} Matthew Love"
__license__ = "BSD 3-Clause Clear License"

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "hyperglass"
version = "1.0.0-beta.43"
version = "1.0.0-beta.44"
description = "hyperglass is the modern network looking glass that tries to make the internet better."
authors = ["Matt Love <matt@hyperglass.io>"]
readme = "README.md"