kopia lustrzana https://github.com/jedie/PyInventory
commit
2ba3c4404b
|
@ -174,10 +174,14 @@ Files are separated into: "/src/" and "/development/"
|
||||||
|
|
||||||
== history
|
== history
|
||||||
|
|
||||||
* [[https://github.com/jedie/PyInventory/compare/v0.13.0...main|compare v0.13.0...main]] **dev**
|
* [[https://github.com/jedie/PyInventory/compare/v0.13.1...main|compare v0.13.1...main]] **dev**
|
||||||
** Rename git "master" branch into "main"
|
|
||||||
** Use darker and pytest-darker as code formatter
|
|
||||||
** tbc
|
** tbc
|
||||||
|
* [[https://github.com/jedie/PyInventory/compare/v0.13.0...v0.13.1|v0.13.1 - 21.07.2022]]
|
||||||
|
** Rename git "master" branch into "main"
|
||||||
|
** Update CI/Test setup:
|
||||||
|
*** Use darker and pytest-darker as code formatter
|
||||||
|
*** Run tests with Python 3.10, too and update requirements
|
||||||
|
*** Replace Selenium tests with Playwright
|
||||||
* [[https://github.com/jedie/PyInventory/compare/v0.12.0...v0.13.0|v0.13.0 - 01.01.2022]]
|
* [[https://github.com/jedie/PyInventory/compare/v0.12.0...v0.13.0|v0.13.0 - 01.01.2022]]
|
||||||
** [[https://github.com/jedie/PyInventory/pull/83|Update requirements, e.g.: Django v3.2]]
|
** [[https://github.com/jedie/PyInventory/pull/83|Update requirements, e.g.: Django v3.2]]
|
||||||
* [[https://github.com/jedie/PyInventory/compare/v0.11.0...v0.12.0|v0.12.0 - 22.11.2021]]
|
* [[https://github.com/jedie/PyInventory/compare/v0.11.0...v0.12.0|v0.12.0 - 22.11.2021]]
|
||||||
|
|
14
README.rst
14
README.rst
|
@ -241,13 +241,21 @@ Files are separated into: "/src/" and "/development/"
|
||||||
history
|
history
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* `compare v0.13.0...main <https://github.com/jedie/PyInventory/compare/v0.13.0...main>`_ **dev**
|
* `compare v0.13.1...main <https://github.com/jedie/PyInventory/compare/v0.13.1...main>`_ **dev**
|
||||||
|
|
||||||
|
* tbc
|
||||||
|
|
||||||
|
* `v0.13.1 - 21.07.2022 <https://github.com/jedie/PyInventory/compare/v0.13.0...v0.13.1>`_
|
||||||
|
|
||||||
* Rename git "master" branch into "main"
|
* Rename git "master" branch into "main"
|
||||||
|
|
||||||
|
* Update CI/Test setup:
|
||||||
|
|
||||||
* Use darker and pytest-darker as code formatter
|
* Use darker and pytest-darker as code formatter
|
||||||
|
|
||||||
* tbc
|
* Run tests with Python 3.10, too and update requirements
|
||||||
|
|
||||||
|
* Replace Selenium tests with Playwright
|
||||||
|
|
||||||
* `v0.13.0 - 01.01.2022 <https://github.com/jedie/PyInventory/compare/v0.12.0...v0.13.0>`_
|
* `v0.13.0 - 01.01.2022 <https://github.com/jedie/PyInventory/compare/v0.12.0...v0.13.0>`_
|
||||||
|
|
||||||
|
@ -454,4 +462,4 @@ donation
|
||||||
|
|
||||||
------------
|
------------
|
||||||
|
|
||||||
``Note: this file is generated from README.creole 2022-01-30 15:15:53 with "python-creole"``
|
``Note: this file is generated from README.creole 2022-07-21 16:53:31 with "python-creole"``
|
|
@ -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.13.0
|
export PROJECT_VERSION=0.13.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "PyInventory"
|
name = "PyInventory"
|
||||||
version = "0.13.0"
|
version = "0.13.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 = ["JensDiemer <git@jensdiemer.de>"]
|
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||||
homepage = "https://github.com/jedie/PyInventory"
|
homepage = "https://github.com/jedie/PyInventory"
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
:license: GNU GPL v3 or above, see LICENSE for more details.
|
:license: GNU GPL v3 or above, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.13.0"
|
__version__ = "0.13.1"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html dir="ltr" lang="en">
|
<html dir="ltr" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Change Item | PyInventory v0.13.0
|
Change Item | PyInventory v0.13.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"/>
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
<div id="branding">
|
<div id="branding">
|
||||||
<h1 id="site-name">
|
<h1 id="site-name">
|
||||||
<a href="/admin/">
|
<a href="/admin/">
|
||||||
PyInventory v0.13.0
|
PyInventory v0.13.1
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Ładowanie…
Reference in New Issue