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

bump version to 1.0.0-beta45

This commit is contained in:
checktheroads
2020-06-27 12:35:15 -07:00
parent 1a1cad5b40
commit 138ee5c999
3 changed files with 10 additions and 3 deletions

View File

@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 1.0.0-beta45 - 2020-06-27
### Fixed
- Webhook construction bugs that caused webhooks not to send
- Empty response handling for table output
### Changed
- Removed RIPEStat for external data gathering, switched to [bgp.tools](https://bgp.tools)
## 1.0.0-beta44 - 2020-06-26

View File

@@ -4,7 +4,7 @@
from datetime import datetime
__name__ = "hyperglass"
__version__ = "1.0.0-beta.44"
__version__ = "1.0.0-beta.45"
__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.44"
version = "1.0.0-beta.45"
description = "hyperglass is the modern network looking glass that tries to make the internet better."
authors = ["Matt Love <matt@hyperglass.io>"]
readme = "README.md"