File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 44from 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"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ license = "BSD-3-Clause-Clear"
2323name = " hyperglass"
2424readme = " README.md"
2525repository = " https://github.com/checktheroads/hyperglass"
26- version = " 1.0.0-beta.70 "
26+ version = " 1.0.0-beta.71 "
2727
2828[tool .poetry .scripts ]
2929hyperglass = " hyperglass.console:CLI"
You can’t perform that action at this time.
0 commit comments