kopia lustrzana https://github.com/jedie/PyInventory
commit
f6e4358c33
|
@ -154,8 +154,10 @@ Files are separated into: "/src/" and "/development/"
|
||||||
## history
|
## history
|
||||||
|
|
||||||
|
|
||||||
* [**dev**](https://github.com/jedie/PyInventory/compare/v0.18.0...main)
|
* [**dev**](https://github.com/jedie/PyInventory/compare/v0.18.1...main)
|
||||||
* tbc
|
* tbc
|
||||||
|
* [v0.18.1 - 15.06.2023](https://github.com/jedie/PyInventory/compare/v0.18.0...v0.18.1)
|
||||||
|
* Update requirements
|
||||||
* [v0.18.0 - 04.04.2023](https://github.com/jedie/PyInventory/compare/v0.17.0...v0.18.0)
|
* [v0.18.0 - 04.04.2023](https://github.com/jedie/PyInventory/compare/v0.17.0...v0.18.0)
|
||||||
* Bugfix missing static files by tagulous bug
|
* Bugfix missing static files by tagulous bug
|
||||||
* Update requirements and project setup
|
* Update requirements and project setup
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
export PROJECT_NAME=pyinventory
|
export PROJECT_NAME=pyinventory
|
||||||
export PROJECT_PACKAGE_NAME=pyinventory
|
export PROJECT_PACKAGE_NAME=pyinventory
|
||||||
export PROJECT_VERSION=0.18.0
|
export PROJECT_VERSION=0.18.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "PyInventory"
|
name = "PyInventory"
|
||||||
version = "0.18.0"
|
version = "0.18.1"
|
||||||
description = "Web based management to catalog things including state and location etc. using Python/Django."
|
description = "Web based management to catalog things including state and location etc. using Python/Django."
|
||||||
authors = [
|
authors = [
|
||||||
"Jens Diemer <PyInventory@jensdiemer.de>",
|
"Jens Diemer <PyInventory@jensdiemer.de>",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html dir="ltr" lang="en">
|
<html dir="ltr" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Change Item | PyInventory v0.18.0
|
Change Item | PyInventory v0.18.1
|
||||||
</title>
|
</title>
|
||||||
<link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/>
|
<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"/>
|
<link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/>
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
<div id="branding">
|
<div id="branding">
|
||||||
<h1 id="site-name">
|
<h1 id="site-name">
|
||||||
<a href="/admin/">
|
<a href="/admin/">
|
||||||
PyInventory v0.18.0
|
PyInventory v0.18.1
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Ładowanie…
Reference in New Issue