Skip to content
Snippets Groups Projects
Commit c63e746c authored by arthur.yueh's avatar arthur.yueh
Browse files

change version number

parent 9ac54699
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ...@@ -4,6 +4,9 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [1.2.0] - 2021-10-11
- Publish to PyPi
# [1.111] - 2021-10-04 # [1.111] - 2021-10-04
- Option to pause and unpause alerts - Option to pause and unpause alerts
......
...@@ -7,5 +7,5 @@ else: ...@@ -7,5 +7,5 @@ else:
homedir = os.environ["HOME"] homedir = os.environ["HOME"]
PKG_NAME = "grafana-backup" PKG_NAME = "grafana-backup"
PKG_VERSION = "1.1.10" PKG_VERSION = "1.2.0"
JSON_CONFIG_PATH = "{0}/.grafana-backup.json".format(homedir) JSON_CONFIG_PATH = "{0}/.grafana-backup.json".format(homedir)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment