From 984c09bed2f8955f7ad0bcec91d2c3276136fd15 Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Mon, 11 May 2020 23:16:31 +0200 Subject: [PATCH] Release v1.3.1 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7bae7..c5417bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] + +## [v1.3.1] - 2020-05-11 ### Fixed - Fix mutation of context variables when rendering multiple files @@ -34,7 +36,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.3.0...HEAD +[unreleased]: https://github.com/:jgraichen/salt-tower/compare/vv1.3.1...HEAD +[v1.3.1]: https://github.com/:jgraichen/salt-tower/compare/v1.3.0...vv1.3.1 [1.3.0]: https://github.com/jgraichen/salt-tower/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/jgraichen/salt-tower/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/jgraichen/salt-tower/compare/v1.0.0...v1.1.0 diff --git a/setup.py b/setup.py index a66bd25..d863e44 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="salt-tower", - version="1.3.0", + version="1.3.1", author="Jan Graichen", author_email="jgraichen@altimos.de", description="A Flexible External Salt Pillar Module",