Skip to content

Releases: smarie/python-getversion

1.0.2 - fixed version strings in case of prerelease tags

24 Feb 12:51
Compare
Choose a tag to compare
  • Prerelease version strings such as 1.0.0-rc1 were incorrectly returned as 1.0.0rc1 (without dash) because of an issue with setuptools_scm due to pkg_resources removing the dash of prerelease versions. Fixes #10

See documentation page for details.

1.0.1 - bugfix

24 Apr 16:44
Compare
Choose a tag to compare
  • Fixed version resolution using pkg_resources. Fixed #9

See documentation page for details.

1.0.0 - packaging improvements

24 Apr 15:56
Compare
Choose a tag to compare
  • packaging improvements: set the "universal wheel" flag to 1, and cleaned up the setup.py. In particular removed dependency to six for setup and added py.typed file. Fixes #8

See documentation page for details.

0.5.8 - better error message in case `git` is unavailable

17 Jan 11:30
Compare
Choose a tag to compare

Improved readability of setuptools_scm related outputs:

  • Now an explicit message states when git command is not available. Fixed #6
  • Now an explicit message states when setuptools_scm is not installed. Fixed #7.

See documentation page for details.

0.5.7 - minor setup.py improvement

31 Aug 13:41
Compare
Choose a tag to compare

Now explicitly setting the zip_safe flag in setup.py to avoid ply being downloaded. From #5

See documentation page for details.

0.5.6 - fixed setup.py classifiers

01 Aug 07:48
Compare
Choose a tag to compare

It was incorrectly refering to this project as related to testing.

See documentation page for details.

0.5.5 - Own `__version__` was incorrect

06 Jul 09:04
Compare
Choose a tag to compare

0.5.4 - Fixed bug in case of package both installed and in the path

06 Jul 08:45
Compare
Choose a tag to compare

Fixed bug (incorrect version number) happening when a package is both installed and available on python path. This typically happens when a developer is working on a new version of a package while an older version is already installed. Fixes #3.

See documentation page for details.

0.5.3 - Self `__version__`

06 Jul 00:32
Compare
Choose a tag to compare

__version__ should now be available on the distributed getversion package.

See documentation page for details.

0.5.2 - Self `__version__`

05 Jul 17:43
Compare
Choose a tag to compare

__version__ should now be available on the distributed getversion package.

See documentation page for details.