kopia lustrzana https://github.com/jedie/PyInventory
rodzic
8c51625b44
commit
e233c43072
|
@ -156,10 +156,11 @@ Files are separated into: "/src/" and "/development/"
|
|||
|
||||
== 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
|
||||
** 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]]
|
||||
** 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]]
|
||||
|
|
10
README.rst
10
README.rst
|
@ -218,14 +218,16 @@ Files are separated into: "/src/" and "/development/"
|
|||
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
|
||||
|
||||
* 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>`_
|
||||
|
||||
* 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"``
|
|
@ -1,3 +1,3 @@
|
|||
export PROJECT_NAME=pyinventory
|
||||
export PROJECT_PACKAGE_NAME=pyinventory
|
||||
export PROJECT_VERSION=0.10.0
|
||||
export PROJECT_VERSION=0.10.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
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."
|
||||
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||
homepage = "https://github.com/jedie/PyInventory"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
: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
|
||||
default_app_config = "inventory.apps.InventoryConfig"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Select Item to change | PyInventory v0.10.0
|
||||
Select Item to change | PyInventory v0.10.1
|
||||
</title>
|
||||
<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"/>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<div id="branding">
|
||||
<h1 id="site-name">
|
||||
<a href="/admin/">
|
||||
PyInventory v0.10.0
|
||||
PyInventory v0.10.1
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Select Item to change | PyInventory v0.10.0
|
||||
Select Item to change | PyInventory v0.10.1
|
||||
</title>
|
||||
<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"/>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<div id="branding">
|
||||
<h1 id="site-name">
|
||||
<a href="/admin/">
|
||||
PyInventory v0.10.0
|
||||
PyInventory v0.10.1
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue