-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version from 0.1.10 to 0.2.0.
- Loading branch information
1 parent
5563efd
commit 5a9ed17
Showing
4 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Stats Service Changelog | ||
======================= | ||
|
||
## 0.2.0 (2020-11-18) | ||
|
||
### New | ||
|
||
- First stable and, almost, feature complete version of Stats Service. | ||
A description of what has been implemented is available in the `docs` folder. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "statsservice" | ||
version = "0.1.10" | ||
version = "0.2.0" | ||
description = "Stats Service for MONARC." | ||
authors = ["Cédric Bonhomme <[email protected]>"] | ||
license = "AGPL-3.0-or-later" | ||
|