Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 96bdca3

Browse files
committed
version
1 parent 7f97975 commit 96bdca3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
History
66
=======
77

8-
current - 2022-04-20 - 0.00Mb
8+
current - 2022-06-03 - 0.00Mb
99
=============================
1010

11+
* #368: Fixes class SqlLite3FileStore where multiple thread open a sqlite3 co… (2022-06-02)
12+
* #367: Extends quote sphinx extension (2022-04-25)
13+
* #366: Updates quote sphinx extension (2022-04-22)
1114
* #365: Extends quote extension (2022-04-20)
1215
* #364: Adds parameter title1 to quote directive (2022-04-20)
1316
* #363: Extends quote extension (sphinx) (2022-04-19)

src/pyquickhelper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
sphinx extension, jenkins helpers...
77
"""
88

9-
__version__ = "1.11.3723"
9+
__version__ = "1.11.3731"
1010
__author__ = "Xavier Dupré"
1111
__github__ = "https://github.com/sdpython/pyquickhelper"
1212
__url__ = "http://www.xavierdupre.fr/app/pyquickhelper/helpsphinx/index.html"

0 commit comments

Comments
 (0)