Skip to content

Commit 706f0b8

Browse files
committed
Release 1.6.0
1 parent 809d785 commit 706f0b8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.0] - 2021-03-09
810
### Added
911
- Add require option to tower.get
1012
- Experimental: Support custom context in template injected `render` function
@@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5658
- First version of ext pillar
5759
- Yamlet and Text renderer
5860

59-
[Unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.5.2...HEAD
61+
[Unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.6.0...HEAD
62+
[1.6.0]: https://github.com/jgraichen/salt-tower/compare/v1.5.2...v1.6.0
6063
[1.5.2]: https://github.com/jgraichen/salt-tower/compare/v1.5.1...v1.5.2
6164
[1.5.1]: https://github.com/jgraichen/salt-tower/compare/v1.5.0...v1.5.1
6265
[1.5.0]: https://github.com/jgraichen/salt-tower/compare/v1.4.0...v1.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "salt-tower"
7-
version = "1.5.2"
7+
version = "1.6.0"
88
homepage = "https://github.com/jgraichen/salt-tower"
99
description = "A Flexible External Salt Pillar Module"
1010
classifiers = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="salt-tower",
8-
version="1.5.2",
8+
version="1.6.0",
99
author="Jan Graichen",
1010
author_email="jgraichen@altimos.de",
1111
description="A Flexible External Salt Pillar Module",

0 commit comments

Comments
 (0)