kopia lustrzana https://github.com/jedie/PyInventory
Release as v0.16.0
rodzic
8bd65c44b9
commit
f6d24f1e6c
|
@ -154,9 +154,9 @@ Files are separated into: "/src/" and "/development/"
|
|||
## history
|
||||
|
||||
|
||||
* [**dev**](https://github.com/jedie/PyInventory/compare/0.16.0rc1...main)
|
||||
* [**dev**](https://github.com/jedie/PyInventory/compare/0.16.0...main)
|
||||
* tbc
|
||||
* [v0.16.0rc1 - 19.08.2022](https://github.com/jedie/PyInventory/compare/v0.15.0...0.16.0rc1)
|
||||
* [v0.16.0 - 14.09.2022](https://github.com/jedie/PyInventory/compare/v0.15.0...0.16.0)
|
||||
* Update requirements
|
||||
* Bugfix missing CK-Editor
|
||||
* Replace Creole base README with markdown
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
export PROJECT_NAME=pyinventory
|
||||
export PROJECT_PACKAGE_NAME=pyinventory
|
||||
export PROJECT_VERSION=0.16.0rc1
|
||||
export PROJECT_VERSION=0.16.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "PyInventory"
|
||||
version = "0.16.0rc1"
|
||||
version = "0.16.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"
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
:license: GNU GPL v3 or above, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
__version__ = "0.16.0rc1"
|
||||
__version__ = "0.16.0"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Change Item | PyInventory v0.16.0rc1
|
||||
Change Item | PyInventory v0.16.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.16.0rc1
|
||||
PyInventory v0.16.0
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue