Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed May 17, 2021
1 parent cf273a1 commit f876cb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- n/a

## [1.6.1] - 2021-05-17
### Fixed
- Fixed a crash when a repo cannot be fetched

## [1.6.0] - 2021-01-20

### Fixed
Expand Down Expand Up @@ -70,7 +75,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.6.0...HEAD
[Unreleased]: https://github.com/release-engineering/alt-src/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/release-engineering/alt-src/compare/v1.6.0...v1.6.1
[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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@ def get_long_description():

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

0 comments on commit f876cb3

Please sign in to comment.