Skip to content
Snippets Groups Projects
Commit 142cdf6e authored by Kalin KOZHUHAROV's avatar Kalin KOZHUHAROV
Browse files

Preparing release v0.1.0, see CHANGELOG.md

parent 450c66f3
No related branches found
No related tags found
No related merge requests found
*.pyc
.idea
*.pyc
__pycache__
Pipfile.lock
_OUTPUT_
# Changelog
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] - 2019-05-22
## [0.1.0] - 2019-05-22
Initial release, tentative.
### Added
- this `CHANGELOG.md`
- `requirements.txt` and `Pipfile` for better packaging hygiene
### Changed
- reorganize code layout, move all python into `src/`
- update README.md to reflect changes
### Removed
- delete boilerplate `restore_SOMETHING.sh` scripts
[Unreleased]: https://github.com/ysde/grafana-backup-tool/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/ysde/grafana-backup-tool/releases/tag/v0.1.0
Pipfile 0 → 100644
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = {extras = ["security"], version = "~=2.21"}
[dev-packages]
[requires]
# runs with python2.7 or python3.x
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