You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setuptool_scm [1] package is a recommended way to set package version
with git [2]. Version 6.4.2 was chosen due to Python 3.6 support,
latest version 7.0.5 supports only Python 3.7+.
Package version is displayed in documentation, so after this patch
documentation for master branch won't be confused with the last tagged
one.
If a developer would clone this repo, version of the package would be
'dev' until he runs `make install`. If they have some old `tarantool`
version installed globally and does not use virtual environment, its
version would be displayed instead.
1. https://pypi.org/project/setuptools-scm/
2. https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
Part of #238
0 commit comments