Skip to content

Commit 435ea55

Browse files
authored
Merge pull request #40 from clauspruefer/v1.0.1fix
V1.0.1fix
2 parents 3d77281 + 2b76d85 commit 435ea55

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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)
8889
for detailed explanation / illustrative examples.
8990

9091
### 5.1. Multiple Database Configuration

doc/conf.py/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = 'Python pgdbpool'
1010
copyright = '2018 - 2025, Claus Prüfer'
1111
author = '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

doc/conf.py/source/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>`_

0 commit comments

Comments
 (0)