From 65d12ecb74b33a669b61a13ab7d85406c4632b22 Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Thu, 9 Sep 2021 11:03:30 +0200 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 12 +++++++++++- setup.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 898c554..a5ffd39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - n/a + +## [0.7.0] + +### Added +- Customizable timeout for requests + +### Fixed +- Creation of SRPM output set + ## [0.6.0] - 2021-09-06 ### Changed - Queries for rpm units reimplemented in more efficient way @@ -49,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - py26 compatibility issue on travis - rpm-py-installer requirement was made conditional -[Unreleased]: https://github.com/release-engineering/ubi-population-tool/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/release-engineering/ubi-population-tool/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/release-engineering/ubi-population-tool/compare/v0.6.0...0.7.0 [0.6.0]: https://github.com/release-engineering/ubi-population-tool/compare/v0.5.0...0.6.0 [0.5.0]: https://github.com/release-engineering/ubi-population-tool/compare/v0.4.0...0.5.0 [0.4.0]: https://github.com/release-engineering/ubi-population-tool/compare/v0.3.1...0.4.0 diff --git a/setup.py b/setup.py index a82837e..3336d83 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="ubi-population-tool", - version="0.6.0", + version="0.7.0", license="GNU General Public License", author="", author_email="",