Skip to content

Commit

Permalink
chg: [config] updated pyproject.toml and configuration for the versio…
Browse files Browse the repository at this point in the history
…n 0.3.0.
  • Loading branch information
cedricbonhomme committed Feb 12, 2021
1 parent 70ec4a8 commit 72a663d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Stats Service Changelog
=======================


## 0.3.0 (2021-02-12)

### Notable changes

- improvements to the existing processors (threat_average_on_date,
vulnerability_average_on_date);
- new processor for risks (risk_averages_on_date);
- new command to purge stats older than the number of months specified in parameter;
- improvements to the loading of the configuration;
- improvements to the charts of the global stats page;
- added new 'about more' page;
- added new help page;
- completed documentation;
- various fixes.


## 0.2.0 (2020-11-18)

### New
Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@

latex_show_urls = True
latex_show_pagerefs = True

ADDITIONAL_PREAMBLE = """
\setcounter{tocdepth}{3}
"""
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Technical considerations
------------------------

.. toctree::
:maxdepth: 2
:maxdepth: 3

installation
updates
Expand All @@ -60,7 +60,7 @@ Conceptual considerations
-------------------------

.. toctree::
:maxdepth: 2
:maxdepth: 3

architecture

Expand All @@ -69,7 +69,7 @@ Blueprints
----------

.. toctree::
:maxdepth: 2
:maxdepth: 3

api-v1
stats
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "statsservice"
version = "0.2.0"
version = "0.3.0"
description = "Stats Service for MONARC."
authors = ["Cédric Bonhomme <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 72a663d

Please sign in to comment.