From 390cd624003cdaaba899c415e648478971fd79e7 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Sun, 16 Apr 2023 03:33:44 -0400 Subject: [PATCH] Release v0.13.9 --- CHANGELOG.md | 5 +++-- staticx/version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576d1f6..1702a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## [Unreleased] +## [0.13.9] - 2023-04-16 ### Fixed - Updated to support PyInstaller 5.10 archive API changes ([#236], [#237]) - Refuse to process files with PyInstaller 4.1 or 4.2 ([#238]) @@ -235,7 +235,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). Initial release -[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.8...HEAD +[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.9...HEAD +[0.13.9]: https://github.com/JonathonReinhart/staticx/compare/v0.13.8...v0.13.9 [0.13.8]: https://github.com/JonathonReinhart/staticx/compare/v0.13.7...v0.13.8 [0.13.7]: https://github.com/JonathonReinhart/staticx/compare/v0.13.6...v0.13.7 [0.13.6]: https://github.com/JonathonReinhart/staticx/compare/v0.13.5...v0.13.6 diff --git a/staticx/version.py b/staticx/version.py index be679a6..bbb66e5 100644 --- a/staticx/version.py +++ b/staticx/version.py @@ -9,7 +9,7 @@ PROJPATH = PACKAGEPATH.parent # Base version, which will be augmented with Git information -BASE_VERSION = '0.13.8' +BASE_VERSION = '0.13.9' # This string will be replaced by `git-archive` # with the abbreviated commit hash