Release as v0.12.0

pull/80/head v0.12.0
JensDiemer 2021-11-22 19:57:05 +01:00
rodzic ca2422fafb
commit 121ada4a03
10 zmienionych plików z 25 dodań i 16 usunięć

Wyświetl plik

@ -171,8 +171,11 @@ Files are separated into: "/src/" and "/development/"
== history
* [[https://github.com/jedie/PyInventory/compare/v0.11.0...master|compare v0.11.0...master]] **dev**
* [[https://github.com/jedie/PyInventory/compare/v0.12.0...master|compare v0.12.0...master]] **dev**
** tbc
* [[https://github.com/jedie/PyInventory/compare/v0.11.0...v0.12.0|v0.12.0 - 22.11.2021]]
** NEW: [[https://github.com/jedie/PyInventory/pull/78|Protect user to overwrite newer Item/Memo/Location with a older one (e.g.: in other browser TAB)]]
** update requirements
* [[https://github.com/jedie/PyInventory/compare/v0.10.1...v0.11.0|v0.11.0 - 09.10.2021]]
** NEW: Memo model/admin: Store Information (incl. images/files/links) independent of items/locations
** Bugfix CKEditor sizes and fix toolbar (e.g.: remove useless pdf generator button and add sourcecode function)

Wyświetl plik

@ -237,10 +237,16 @@ Files are separated into: "/src/" and "/development/"
history
-------
* `compare v0.11.0...master <https://github.com/jedie/PyInventory/compare/v0.11.0...master>`_ **dev**
* `compare v0.12.0...master <https://github.com/jedie/PyInventory/compare/v0.12.0...master>`_ **dev**
* tbc
* `v0.12.0 - 22.11.2021 <https://github.com/jedie/PyInventory/compare/v0.11.0...v0.12.0>`_
* NEW: `Protect user to overwrite newer Item/Memo/Location with a older one (e.g.: in other browser TAB) <https://github.com/jedie/PyInventory/pull/78>`_
* update requirements
* `v0.11.0 - 09.10.2021 <https://github.com/jedie/PyInventory/compare/v0.10.1...v0.11.0>`_
* NEW: Memo model/admin: Store Information (incl. images/files/links) independent of items/locations
@ -436,4 +442,4 @@ donation
------------
``Note: this file is generated from README.creole 2021-10-09 20:31:12 with "python-creole"``
``Note: this file is generated from README.creole 2021-11-22 19:55:39 with "python-creole"``

Wyświetl plik

@ -1,3 +1,3 @@
export PROJECT_NAME=pyinventory
export PROJECT_PACKAGE_NAME=pyinventory
export PROJECT_VERSION=0.12.0.rc1
export PROJECT_VERSION=0.12.0

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "PyInventory"
version = "0.12.0.rc1"
version = "0.12.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,4 +4,4 @@
:license: GNU GPL v3 or above, see LICENSE for more details.
"""
__version__ = "0.12.0.rc1"
__version__ = "0.12.0"

Wyświetl plik

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>
Select Item to change | PyInventory v0.12.0.rc1
Select Item to change | PyInventory v0.12.0
</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.12.0.rc1
PyInventory v0.12.0
</a>
</h1>
</div>

Wyświetl plik

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>
Select Item to change | PyInventory v0.12.0.rc1
Select Item to change | PyInventory v0.12.0
</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.12.0.rc1
PyInventory v0.12.0
</a>
</h1>
</div>

Wyświetl plik

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>
Add Item | PyInventory v0.12.0.rc1
Add Item | PyInventory v0.12.0
</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"/>
@ -84,7 +84,7 @@
<div id="branding">
<h1 id="site-name">
<a href="/admin/">
PyInventory v0.12.0.rc1
PyInventory v0.12.0
</a>
</h1>
</div>

Wyświetl plik

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>
Change Item | PyInventory v0.12.0.rc1
Change Item | PyInventory v0.12.0
</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"/>
@ -84,7 +84,7 @@
<div id="branding">
<h1 id="site-name">
<a href="/admin/">
PyInventory v0.12.0.rc1
PyInventory v0.12.0
</a>
</h1>
</div>

Wyświetl plik

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>
Add Memo | PyInventory v0.12.0.rc1
Add Memo | PyInventory v0.12.0
</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"/>
@ -80,7 +80,7 @@
<div id="branding">
<h1 id="site-name">
<a href="/admin/">
PyInventory v0.12.0.rc1
PyInventory v0.12.0
</a>
</h1>
</div>