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

bump to version 1.0.0-beta43

This commit is contained in:
checktheroads
2020-06-22 18:07:15 -07:00
parent f2fcf59bb1
commit 58070b6d96
4 changed files with 9 additions and 4 deletions

View File

@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 1.0.0-beta42 - 2019-02-15
## 1.0.0-beta43 - 2020-06-22
### Fixed
- Logo path handling in UI
## 1.0.0-beta42 - 2020-06-21
### Added
- Automatic favicon generation

View File

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

View File

@@ -2,7 +2,7 @@
set -e
HYPERGLASS_VERSION="1.0.0b42"
# HYPERGLASS_VERSION="1.0.0b42"
MIN_PYTHON_MAJOR="3"
MIN_PYTHON_MINOR="6"

View File

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