Skip to content

Commit bdb0c74

Browse files
committed
bump version to 1.0.0-beta.71
1 parent 090626f commit bdb0c74

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.0-beta71 - 2021-01-10
9+
10+
### Added
11+
- Added Google Analytics Support. Use the `google_analytics` field for the tracking ID in `hyperglass.yaml`.
12+
13+
### Changed
14+
- Minor frontend code improvements.
15+
816
## 1.0.0-beta70 - 2021-01-05
917

1018
### Fixed

hyperglass/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from datetime import datetime
55

66
__name__ = "hyperglass"
7-
__version__ = "1.0.0-beta.70"
7+
__version__ = "1.0.0-beta.71"
88
__author__ = "Matt Love"
99
__copyright__ = f"Copyright {datetime.now().year} Matthew Love"
1010
__license__ = "BSD 3-Clause Clear License"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "BSD-3-Clause-Clear"
2323
name = "hyperglass"
2424
readme = "README.md"
2525
repository = "https://github.com/checktheroads/hyperglass"
26-
version = "1.0.0-beta.70"
26+
version = "1.0.0-beta.71"
2727

2828
[tool.poetry.scripts]
2929
hyperglass = "hyperglass.console:CLI"

0 commit comments

Comments
 (0)