Skip to content

Commit

Permalink
Version 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Nov 6, 2023
1 parent 366cef8 commit a5f2863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '5.7'
version = '5.8'
# The full version, including alpha/beta/rc tags.
release = '5.7'
release = '5.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion thug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import appdirs

__version__ = "5.7"
__version__ = "5.8"
__jsengine__ = ""
__jsengine_version__ = ""

Expand Down

0 comments on commit a5f2863

Please sign in to comment.