Skip to content

Commit

Permalink
[FIX] docutils version
Browse files Browse the repository at this point in the history
  • Loading branch information
jobiols committed Sep 13, 2024
1 parent 3b83509 commit fdc7013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=[
"click==8.1.7",
"jinja2==3.1.4",
"docutils==0.21.2",
"docutils=>0.21.0",
"Pygments==2.18.0",
"PyYAML==6.0.2",
],
Expand Down
2 changes: 1 addition & 1 deletion tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "v1.3.57"
__version__ = "v1.3.58"

from . import manifest

0 comments on commit fdc7013

Please sign in to comment.