Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Sep 9, 2021
1 parent 20aa210 commit 65d12ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="",
Expand Down

0 comments on commit 65d12ec

Please sign in to comment.