Release as v0.10.0

pull/67/head v0.10.0
JensDiemer 2021-09-29 19:48:01 +02:00
rodzic 7a609c5931
commit 8b8564e89b
7 zmienionych plików z 16 dodań i 13 usunięć

Wyświetl plik

@ -156,9 +156,10 @@ Files are separated into: "/src/" and "/development/"
== history
* [[https://github.com/jedie/PyInventory/compare/v0.9.4...master|compare v0.9.4...master]] **dev**
** Group item: default "automatic" mode and can be disabled by filter action
* [[https://github.com/jedie/PyInventory/compare/v0.10.0...master|compare v0.10.0...master]] **dev**
** 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]]
** Pin {{{psycopg < 2.9}}} because of https://github.com/psycopg/psycopg2/issues/1293
* [[https://github.com/jedie/PyInventory/compare/v0.9.2...v0.9.3|v0.9.3 - 15.09.2021]]

Wyświetl plik

@ -218,12 +218,14 @@ Files are separated into: "/src/" and "/development/"
history
-------
* `compare v0.9.4...master <https://github.com/jedie/PyInventory/compare/v0.9.4...master>`_ **dev**
* Group item: default "automatic" mode and can be disabled by filter action
* `compare v0.10.0...master <https://github.com/jedie/PyInventory/compare/v0.10.0...master>`_ **dev**
* 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
* `v0.9.4 - 15.09.2021 <https://github.com/jedie/PyInventory/compare/v0.9.3...v0.9.4>`_
* Pin ``psycopg < 2.9`` because of `https://github.com/psycopg/psycopg2/issues/1293 <https://github.com/psycopg/psycopg2/issues/1293>`_
@ -403,4 +405,4 @@ donation
------------
``Note: this file is generated from README.creole 2021-09-29 19:16:20 with "python-creole"``
``Note: this file is generated from README.creole 2021-09-29 19:44:56 with "python-creole"``

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "PyInventory"
version = "0.9.4"
version = "0.10.0"
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"

Wyświetl plik

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

Wyświetl plik

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<title>Select Item to change | PyInventory v0.9.4</title>
<title>Select Item to change | PyInventory v0.10.0</title>
<link rel="stylesheet" type="text/css" href="/static/admin/css/base.css">
<link rel="stylesheet" type="text/css" href="/static/admin/css/changelists.css">
<script type="text/javascript" src="/admin/jsi18n/"></script>
@ -28,7 +28,7 @@
<div id="header">
<div id="branding">
<h1 id="site-name">
<a href="/admin/">PyInventory v0.9.4</a>
<a href="/admin/">PyInventory v0.10.0</a>
</h1>
</div>
<div id="user-tools">

Wyświetl plik

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<title>Select Item to change | PyInventory v0.9.4</title>
<title>Select Item to change | PyInventory v0.10.0</title>
<link rel="stylesheet" type="text/css" href="/static/admin/css/base.css">
<link rel="stylesheet" type="text/css" href="/static/admin/css/changelists.css">
<script type="text/javascript" src="/admin/jsi18n/"></script>
@ -28,7 +28,7 @@
<div id="header">
<div id="branding">
<h1 id="site-name">
<a href="/admin/">PyInventory v0.9.4</a>
<a href="/admin/">PyInventory v0.10.0</a>
</h1>
</div>
<div id="user-tools">