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

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 23, 2023
1 parent 0e901e3 commit 786a6e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Expand Up @@ -8,6 +8,9 @@ History
current - 2023-04-24 - 0.00Mb
=============================

1.12.3819 - 2023-04-23 - 3.13Mb
===============================

* #386: Avoids run_python to stop on PEP8 error (2023-04-23)
* #385: Fixes gdot extension with missing javascript dependencies (2023-03-19)

Expand Down
2 changes: 1 addition & 1 deletion src/pyquickhelper/__init__.py
Expand Up @@ -6,7 +6,7 @@
sphinx extension, jenkins helpers...
"""

__version__ = "1.12.3819"
__version__ = "1.12.3821"
__author__ = "Xavier Dupré"
__github__ = "https://github.com/sdpython/pyquickhelper"
__url__ = "http://www.xavierdupre.fr/app/pyquickhelper/helpsphinx/index.html"
Expand Down
2 changes: 1 addition & 1 deletion src/pyquickhelper/sphinxext/sphinx_gdot_extension.py
Expand Up @@ -358,7 +358,7 @@ def copy_js_files(app):
GDotDirective._default_url, file_dest)
else:
logger.info("[gdot] download %r to %r.",
GDotDirective._default_url, file_dest)
GDotDirective._default_url, file_dest)

# require.js
file_dest = os.path.join(destf, "require.js")
Expand Down

0 comments on commit 786a6e5

Please sign in to comment.