kopia lustrzana https://github.com/jedie/PyInventory
prepare v0.4.1 release
rodzic
f14f4a2c26
commit
7f5298b813
|
|
@ -155,8 +155,10 @@ Nothing, yet ;)
|
|||
|
||||
== history
|
||||
|
||||
* [[https://github.com/jedie/PyInventory/compare/v0.4.0...master|compare v0.4.0...master]] **dev**
|
||||
* [[https://github.com/jedie/PyInventory/compare/v0.4.1...master|compare v0.4.1...master]] **dev**
|
||||
** tbc
|
||||
* [[https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1|v0.4.1 - 2.11.2020]]
|
||||
** Small bugfixes
|
||||
* [[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
|
||||
|
|
|
|||
|
|
@ -214,10 +214,14 @@ Nothing, yet ;)
|
|||
history
|
||||
-------
|
||||
|
||||
* `compare v0.4.0...master <https://github.com/jedie/PyInventory/compare/v0.4.0...master>`_ **dev**
|
||||
* `compare v0.4.1...master <https://github.com/jedie/PyInventory/compare/v0.4.1...master>`_ **dev**
|
||||
|
||||
* tbc
|
||||
|
||||
* `v0.4.1 - 2.11.2020 <https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1>`_
|
||||
|
||||
* Small bugfixes
|
||||
|
||||
* `v0.4.0 - 1.11.2020 <https://github.com/jedie/PyInventory/compare/v0.3.2...v0.4.0>`_
|
||||
|
||||
* Move docker stuff and production use information into separate git branch
|
||||
|
|
@ -303,4 +307,4 @@ donation
|
|||
|
||||
------------
|
||||
|
||||
``Note: this file is generated from README.creole 2020-11-01 20:29:20 with "python-creole"``
|
||||
``Note: this file is generated from README.creole 2020-11-02 09:12:38 with "python-creole"``
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
:license: GNU GPL v3 or above, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
__version__ = "0.4.0"
|
||||
__version__ = "0.4.1"
|
||||
|
||||
# https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref
|
||||
default_app_config = "inventory.apps.InventoryConfig"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "PyInventory"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
description = "Web based management to catalog things including state and location etc. using Python/Django."
|
||||
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||
packages = [
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue