Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Aug 17, 2021
1 parent 0289c44 commit 77c4989
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- n/a

## [1.2.0] - 2021-08-18

### Changed

- clear-repo now accepts the `--content-type` argument multiple times.
- Internally created executors are now named for improved metrics and debuggability.

## [1.1.0] - 2021-03-22
Expand All @@ -33,11 +38,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Publish and maintenance-on/off commands accept comma seperated repo-ids

## [0.1.0] - 2019-10-09
## 0.1.0 - 2019-10-09

- Initial release to PyPI

[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/release-engineering/pubtools-pulp/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/release-engineering/pubtools-pulp/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def get_requirements():

setup(
name="pubtools-pulp",
version="1.1.0",
version="1.2.0",
packages=find_packages(exclude=["tests"]),
url="https://github.com/release-engineering/pubtools-pulp",
license="GNU General Public License",
Expand Down

0 comments on commit 77c4989

Please sign in to comment.