Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Feb 10, 2021
1 parent 9a45ff8 commit 9d6d2c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.5.2] - 2021-02-10
### Fixed
- Compatibility issues with Salt 2017

Expand Down Expand Up @@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First version of ext pillar
- Yamlet and Text renderer

[Unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.5.1...HEAD
[Unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.5.2...HEAD
[1.5.2]: https://github.com/jgraichen/salt-tower/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/jgraichen/salt-tower/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/jgraichen/salt-tower/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/jgraichen/salt-tower/compare/v1.3.1...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "salt-tower"
version = "1.5.1"
version = "1.5.2"
homepage = "https://github.com/jgraichen/salt-tower"
description = "A Flexible External Salt Pillar Module"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="salt-tower",
version="1.5.1",
version="1.5.2",
author="Jan Graichen",
author_email="jgraichen@altimos.de",
description="A Flexible External Salt Pillar Module",
Expand Down

0 comments on commit 9d6d2c1

Please sign in to comment.