Release as v0.10.1

pull/71/head v0.10.1
JensDiemer 2021-10-09 17:18:57 +02:00
rodzic 8c51625b44
commit e233c43072
7 zmienionych plików z 16 dodań i 13 usunięć

Wyświetl plik

@ -156,10 +156,11 @@ Files are separated into: "/src/" and "/development/"
== history == history
* [[https://github.com/jedie/PyInventory/compare/v0.10.0...master|compare v0.10.0...master]] **dev** * [[https://github.com/jedie/PyInventory/compare/v0.10.1...master|compare v0.10.1...master]] **dev**
** tbc
* [[https://github.com/jedie/PyInventory/compare/v0.10.0...v0.10.1|v0.10.1 - 09.10.2021]]
** Update to Django 3.1.x ** Update to Django 3.1.x
** Don't make requests to the a name for a Link, if we already have one or if last request was not long ago. ** Don't make requests to the a name for a Link, if we already have one or if last request was not long ago.
** tbc
* [[https://github.com/jedie/PyInventory/compare/v0.9.4...v0.10.0|v0.10.0 - 29.09.2021]] * [[https://github.com/jedie/PyInventory/compare/v0.9.4...v0.10.0|v0.10.0 - 29.09.2021]]
** Group item: default "automatic" mode and can be disabled by filter action ** Group item: default "automatic" mode and can be disabled by filter action
* [[https://github.com/jedie/PyInventory/compare/v0.9.3...v0.9.4|v0.9.4 - 15.09.2021]] * [[https://github.com/jedie/PyInventory/compare/v0.9.3...v0.9.4|v0.9.4 - 15.09.2021]]

Wyświetl plik

@ -218,14 +218,16 @@ Files are separated into: "/src/" and "/development/"
history history
------- -------
* `compare v0.10.0...master <https://github.com/jedie/PyInventory/compare/v0.10.0...master>`_ **dev** * `compare v0.10.1...master <https://github.com/jedie/PyInventory/compare/v0.10.1...master>`_ **dev**
* tbc
* `v0.10.1 - 09.10.2021 <https://github.com/jedie/PyInventory/compare/v0.10.0...v0.10.1>`_
* Update to Django 3.1.x * Update to Django 3.1.x
* Don't make requests to the a name for a Link, if we already have one or if last request was not long ago. * Don't make requests to the a name for a Link, if we already have one or if last request was not long ago.
* tbc
* `v0.10.0 - 29.09.2021 <https://github.com/jedie/PyInventory/compare/v0.9.4...v0.10.0>`_ * `v0.10.0 - 29.09.2021 <https://github.com/jedie/PyInventory/compare/v0.9.4...v0.10.0>`_
* Group item: default "automatic" mode and can be disabled by filter action * Group item: default "automatic" mode and can be disabled by filter action
@ -409,4 +411,4 @@ donation
------------ ------------
``Note: this file is generated from README.creole 2021-10-09 16:58:57 with "python-creole"`` ``Note: this file is generated from README.creole 2021-10-09 17:18:26 with "python-creole"``

Wyświetl plik

@ -1,3 +1,3 @@
export PROJECT_NAME=pyinventory export PROJECT_NAME=pyinventory
export PROJECT_PACKAGE_NAME=pyinventory export PROJECT_PACKAGE_NAME=pyinventory
export PROJECT_VERSION=0.10.0 export PROJECT_VERSION=0.10.1

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "PyInventory" name = "PyInventory"
version = "0.10.0" version = "0.10.1"
description = "Web based management to catalog things including state and location etc. using Python/Django." description = "Web based management to catalog things including state and location etc. using Python/Django."
authors = ["JensDiemer <git@jensdiemer.de>"] authors = ["JensDiemer <git@jensdiemer.de>"]
homepage = "https://github.com/jedie/PyInventory" homepage = "https://github.com/jedie/PyInventory"

Wyświetl plik

@ -4,7 +4,7 @@
:license: GNU GPL v3 or above, see LICENSE for more details. :license: GNU GPL v3 or above, see LICENSE for more details.
""" """
__version__ = "0.10.0" __version__ = "0.10.1"
# https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref # https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref
default_app_config = "inventory.apps.InventoryConfig" default_app_config = "inventory.apps.InventoryConfig"

Wyświetl plik

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title> <title>
Select Item to change | PyInventory v0.10.0 Select Item to change | PyInventory v0.10.1
</title> </title>
<link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/> <link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/>
<link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/> <link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/>
@ -43,7 +43,7 @@
<div id="branding"> <div id="branding">
<h1 id="site-name"> <h1 id="site-name">
<a href="/admin/"> <a href="/admin/">
PyInventory v0.10.0 PyInventory v0.10.1
</a> </a>
</h1> </h1>
</div> </div>

Wyświetl plik

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title> <title>
Select Item to change | PyInventory v0.10.0 Select Item to change | PyInventory v0.10.1
</title> </title>
<link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/> <link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/>
<link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/> <link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/>
@ -43,7 +43,7 @@
<div id="branding"> <div id="branding">
<h1 id="site-name"> <h1 id="site-name">
<a href="/admin/"> <a href="/admin/">
PyInventory v0.10.0 PyInventory v0.10.1
</a> </a>
</h1> </h1>
</div> </div>