Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Jan 20, 2021
1 parent f4d0fc4 commit ca0e9ad
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 @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- n/a
## [1.6.0] - 2021-01-20

### Fixed
- Fixed a crash when a config file is missing
- Fixed logger setup

### Added
- Added option to keep sources in lookaside cache,
now by default lookaside cache folder is cleaned

## [1.5.0] - 2020-09-03

Expand Down Expand Up @@ -61,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release to PyPI

[Unreleased]: https://github.com/release-engineering/alt-src/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/release-engineering/alt-src/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/release-engineering/alt-src/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/release-engineering/alt-src/compare/v1.4.2...v1.5.0
[1.4.2]: https://github.com/release-engineering/alt-src/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/release-engineering/alt-src/compare/v1.4.0...v1.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_long_description():

setup(
name="alt-src",
version="1.5.0",
version="1.6.0",
packages=find_packages(exclude=["tests"]),
url="https://github.com/release-engineering/alt-src",
license="GNU General Public License",
Expand Down

0 comments on commit ca0e9ad

Please sign in to comment.