Skip to content

Commit

Permalink
Update vendored versioneer from 0.18 to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aciek committed Oct 27, 2023
1 parent c272bc3 commit 6ce80df
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 430 deletions.
7 changes: 2 additions & 5 deletions transifex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@

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 6ce80df

Please sign in to comment.