File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33![ push main] ( https://github.com/clauspruefer/python-dbpool/actions/workflows/pylint.yaml/badge.svg )
44[ ![ PyPI version] ( https://badge.fury.io/py/pgdbpool.svg )] ( https://badge.fury.io/py/pgdbpool )
5+ [ ![ Sphinx docs] ( https://img.shields.io/badge/docs-sphinx-blue )] ( https://pythondocs.webcodex.de/pgdbpool/v1.0.1 )
56
67## 1. Primary Scope
78
@@ -84,7 +85,7 @@ pip install pgdbpool
8485
8586## 5. Documentation / Examples
8687
87- See documentation either at ` ./doc ` or [ https://pythondocs.webcodex.de/pgdbpool/v1.0 ] ( https://pythondocs.webcodex.de/pgdbpool/v1.0 )
88+ See documentation either at ` ./doc ` or [ https://pythondocs.webcodex.de/pgdbpool/v1.0.1 ] ( https://pythondocs.webcodex.de/pgdbpool/v1.0.1 )
8889for detailed explanation / illustrative examples.
8990
9091### 5.1. Multiple Database Configuration
Original file line number Diff line number Diff line change 99project = 'Python pgdbpool'
1010copyright = '2018 - 2025, Claus Prüfer'
1111author = 'Claus Prüfer'
12- version = '1.0'
13- release = '1.0'
12+ version = '1.0.1 '
13+ release = '1.0.1 '
1414
1515# -- General configuration ---------------------------------------------------
1616# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -70,6 +70,6 @@ To run all tests (unit and integration) after pip package installation
7070
7171- **GitHub Main **: `https://github.com/clauspruefer/python-dbpool <https://github.com/clauspruefer/python-dbpool >`_
7272- **GitHub PostgreSQL Extension **: `https://github.com/WEBcodeX1/pg_extensions/tree/main/prep_queries <https://github.com/WEBcodeX1/pg_extensions/tree/main/prep_queries >`_
73- - **Sphinx Doc **: `https://pythondocs.webcodex.de/pgdbpool/v1.0 <https://pythondocs.webcodex.de/pgdbpool/v1.0 >`_
73+ - **Sphinx Doc **: `https://pythondocs.webcodex.de/pgdbpool/v1.0 <https://pythondocs.webcodex.de/pgdbpool/v1.0.1 >`_
7474- **WEB/codeX **: `https://webcodex.de <https://webcodex.de >`_
7575- **Der IT Prüfer **: `https://webcodex.de/it-pruefer <https://webcodex.de/it-pruefer >`_
You can’t perform that action at this time.
0 commit comments