Skip to content

Commit

Permalink
sphinxcontrib-confluencebuilder 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Mar 27, 2022
1 parent b8ea9ca commit d268a39
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 @@ -66,7 +66,7 @@ def run(self):

setup(
name='sphinxcontrib-confluencebuilder',
version='1.8.0.dev0',
version='1.8.0',
url='https://github.com/sphinx-contrib/confluencebuilder',
download_url='https://pypi.python.org/pypi/sphinxcontrib-confluencebuilder',
license='BSD', # 2-clause
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/confluencebuilder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
except ImportError:
imgmath = None

__version__ = '1.8.0.dev0'
__version__ = '1.8.0'


def setup(app):
Expand Down

0 comments on commit d268a39

Please sign in to comment.