Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
querti committed May 25, 2020
1 parent 90cdd4b commit 68d6ba5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [1.2.0] - 2020-05-25

### Added
- Added Python 3 compatibility

## [1.1.0] - 2020-04-02

### Changed
Expand All @@ -26,5 +31,6 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/release-engineering/alt-src/compare/v1.2.0...HEAD
[1.1.0]: https://github.com/release-engineering/alt-src/compare/v1.0.0...v1.1.0
[1.2.0]: https://github.com/release-engineering/alt-src/compare/v1.1.0...v1.2.0
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.1.0",
version="1.2.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 68d6ba5

Please sign in to comment.