Skip to content

Commit

Permalink
pbr versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrohl committed Jan 16, 2020
1 parent 1c8f253 commit 3eb8db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/datatemplates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LOG = logging.getLogger(__name__)

__version__ = pbr.version.VersionInfo(
"sphinxcontrib-datatemplates").version_string()
"sphinxcontrib.datatemplates").version_string()


def setup(app):
Expand Down

0 comments on commit 3eb8db1

Please sign in to comment.