Release as v0.16.0rc1

pull/117/head v0.16.0rc1
JensDiemer 2022-09-13 20:17:41 +02:00
rodzic 16fde73274
commit 5344667598
5 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -154,12 +154,13 @@ Files are separated into: "/src/" and "/development/"
## history
* [**dev**](https://github.com/jedie/PyInventory/compare/v0.15.0...main)
* [**dev**](https://github.com/jedie/PyInventory/compare/0.16.0rc1...main)
* tbc
* [v0.16.0rc1 - 19.08.2022](https://github.com/jedie/PyInventory/compare/v0.15.0...0.16.0rc1)
* Update requirements
* Bugfix missing CK-Editor
* Replace Creole base README with markdown
* Remove Docker stuff from README
* tbc
* [v0.15.0 - 19.08.2022](https://github.com/jedie/PyInventory/compare/v0.14.0...v0.15.0)
* Speedup item change list by prefetch "location"
* Better changelists for super users

Wyświetl plik

@ -1,3 +1,3 @@
export PROJECT_NAME=pyinventory
export PROJECT_PACKAGE_NAME=pyinventory
export PROJECT_VERSION=0.15.0
export PROJECT_VERSION=0.16.0rc1

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "PyInventory"
version = "0.15.0"
version = "0.16.0rc1"
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.15.0"
__version__ = "0.16.0rc1"

Wyświetl plik

@ -2,7 +2,7 @@
<html dir="ltr" lang="en">
<head>
<title>
Change Item | PyInventory v0.15.0
Change Item | PyInventory v0.16.0rc1
</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.15.0
PyInventory v0.16.0rc1
</a>
</h1>
</div>