Skip to content

Commit

Permalink
Version 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jun 7, 2021
1 parent 24ab5d1 commit e53e9bd
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 = '2.8'
version = '2.9'
# The full version, including alpha/beta/rc tags.
release = '2.8'
release = '2.9'

# 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
@@ -1,4 +1,4 @@
__version__ = "2.8"
__version__ = "2.9"
__jsengine__ = ""
__jsengine_version__ = ""
__configuration_path__ = "/etc/thug"
Expand Down

0 comments on commit e53e9bd

Please sign in to comment.