diff --git a/README.creole b/README.creole index 9c2f972..3dd9be7 100644 --- a/README.creole +++ b/README.creole @@ -155,8 +155,12 @@ Nothing, yet ;) == history -* [[https://github.com/jedie/PyInventory/compare/v0.2.0...master|compare v0.2.0...master]] **dev** +* [[https://github.com/jedie/PyInventory/compare/v0.4.0...master|compare v0.4.0...master]] **dev** ** tbc +* [[https://github.com/jedie/PyInventory/compare/v0.3.2...v0.4.0|v0.4.0 - 1.11.2020]] +** Move docker stuff and production use information into separate git branch +** Add django-axes: keeping track of suspicious logins and brute-force attack blocking +** Add django-processinfo: collect information about the running server processes * [[https://github.com/jedie/PyInventory/compare/v0.3.0...v0.3.2|v0.3.2 - 26.10.2020]] ** Bugfix missing translations * [[https://github.com/jedie/PyInventory/compare/v0.2.0...v0.3.0|v0.3.0 - 26.10.2020]] diff --git a/README.rst b/README.rst index 3642fce..b089266 100644 --- a/README.rst +++ b/README.rst @@ -214,10 +214,18 @@ Nothing, yet ;) history ------- -* `compare v0.2.0...master `_ **dev** +* `compare v0.4.0...master `_ **dev** * tbc +* `v0.4.0 - 1.11.2020 `_ + + * Move docker stuff and production use information into separate git branch + + * Add django-axes: keeping track of suspicious logins and brute-force attack blocking + + * Add django-processinfo: collect information about the running server processes + * `v0.3.2 - 26.10.2020 `_ * Bugfix missing translations @@ -295,4 +303,4 @@ donation ------------ -``Note: this file is generated from README.creole 2020-10-27 08:30:00 with "python-creole"`` \ No newline at end of file +``Note: this file is generated from README.creole 2020-11-01 20:29:20 with "python-creole"`` \ No newline at end of file diff --git a/inventory/__init__.py b/inventory/__init__.py index 563786e..c82ca94 100644 --- a/inventory/__init__.py +++ b/inventory/__init__.py @@ -4,7 +4,7 @@ :license: GNU GPL v3 or above, see LICENSE for more details. """ -__version__ = "0.3.2" +__version__ = "0.4.0" # https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref default_app_config = "inventory.apps.InventoryConfig" diff --git a/pyproject.toml b/pyproject.toml index 5d2809e..6de03db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyInventory" -version = "0.3.2" +version = "0.4.0" description = "Web based management to catalog things including state and location etc. using Python/Django." authors = ["JensDiemer "] packages = [