Skip to content

Commit

Permalink
Update versioneer
Browse files Browse the repository at this point in the history
Closes gh-1
  • Loading branch information
matthew-brett committed Nov 29, 2021
1 parent daf5c11 commit 5c61f69
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 279 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
scriptrunner/_version.py export-subst
scripttester/_version.py export-subst
5 changes: 2 additions & 3 deletions scripttester/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

from .scripttester import *

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 5c61f69

Please sign in to comment.