1.1.x¶
1.1.0 (2020-07-29)¶
Created fork of unmaintained repo setuptools-git-ver
Added Python 2.x support.
Typehints moved to comments section.
Python 3.x syntax is made compatible with 2.x.
Add
get_tagsfunction.Make internal functions public.
1.1.2 (2020-07-29)¶
Fix Python 2 version build.
Fix
requirements.txtcontent.
1.1.3 (2020-07-30)¶
Added
starting_versionoption.Fix TravisCI build.
1.1.4 (2020-08-07)¶
Add branch substitution support.
1.1.5 (2020-08-07)¶
Fix runtime error on Python 3.3 and 3.4 (#1) Thanks to @WildCard65.
1.1.6 (2020-08-10)¶
Add backward compatibility with
git< 2.2Add supported python versions badge.
1.1.7 (2020-08-10)¶
Fix TravisCI deploy.
1.1.8 (2020-08-14)¶
Add Python 3.3 and 3.4 support
1.1.9 (2020-08-17)¶
Test Python 3.9 support.
Include
requirements.txtinto source distribution.
1.1.10 (2020-08-18)¶
Make setuptools version check less strict
1.1.11 (2020-08-18)¶
Remove flake8 from requirements.txt
1.1.12 (2020-08-20)¶
Fix package name misspell
1.1.13 (2020-08-21)¶
Use six module for accessing collections.abc
1.1.13 (2020-09-10)¶
Add version_callback option