Release as v0.9.4

pull/64/head v0.9.4
JensDiemer 2021-09-15 21:29:27 +02:00
rodzic c3636cf46c
commit edbd3a56eb
4 zmienionych plików z 11 dodań i 5 usunięć

Wyświetl plik

@ -156,8 +156,10 @@ Files are separated into: "/src/" and "/development/"
== history
* [[https://github.com/jedie/PyInventory/compare/v0.9.3...master|compare v0.9.3...master]] **dev**
* [[https://github.com/jedie/PyInventory/compare/v0.9.4...master|compare v0.9.4...master]] **dev**
** tbc
* [[https://github.com/jedie/PyInventory/compare/v0.9.3...v0.9.4|v0.9.4 - 15.09.2021]]
** Pin {{{psycopg < 2.9}}} because of https://github.com/psycopg/psycopg2/issues/1293
* [[https://github.com/jedie/PyInventory/compare/v0.9.2...v0.9.3|v0.9.3 - 15.09.2021]]
** Optimize "items" changelist queries
** Update requirements

Wyświetl plik

@ -218,10 +218,14 @@ Files are separated into: "/src/" and "/development/"
history
-------
* `compare v0.9.3...master <https://github.com/jedie/PyInventory/compare/v0.9.3...master>`_ **dev**
* `compare v0.9.4...master <https://github.com/jedie/PyInventory/compare/v0.9.4...master>`_ **dev**
* tbc
* `v0.9.4 - 15.09.2021 <https://github.com/jedie/PyInventory/compare/v0.9.3...v0.9.4>`_
* Pin ``psycopg < 2.9`` because of `https://github.com/psycopg/psycopg2/issues/1293 <https://github.com/psycopg/psycopg2/issues/1293>`_
* `v0.9.3 - 15.09.2021 <https://github.com/jedie/PyInventory/compare/v0.9.2...v0.9.3>`_
* Optimize "items" changelist queries
@ -397,4 +401,4 @@ donation
------------
``Note: this file is generated from README.creole 2021-09-15 21:11:45 with "python-creole"``
``Note: this file is generated from README.creole 2021-09-15 21:28:39 with "python-creole"``

Wyświetl plik

@ -1,3 +1,3 @@
export PROJECT_NAME=pyinventory
export PROJECT_PACKAGE_NAME=pyinventory
export PROJECT_VERSION=0.9.3
export PROJECT_VERSION=0.9.4

Wyświetl plik

@ -4,7 +4,7 @@
:license: GNU GPL v3 or above, see LICENSE for more details.
"""
__version__ = "0.9.3"
__version__ = "0.9.4"
# https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref
default_app_config = "inventory.apps.InventoryConfig"