diff --git a/AUTHORS.md b/AUTHORS.md index 43bf7bad7..ba4164f0b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,14 +6,14 @@ Avatar|Contributor|Contributions :-:|---|:-: @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 -@myii|[@myii](https://github.com/myii)|68 +@myii|[@myii](https://github.com/myii)|70 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @iggy|[@iggy](https://github.com/iggy)|22 @puneetk|[@puneetk](https://github.com/puneetk)|21 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|20 @xenophonf|[@xenophonf](https://github.com/xenophonf)|18 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|16 @andrew-vant|[@andrew-vant](https://github.com/andrew-vant)|13 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|13 @whiteinge|[@whiteinge](https://github.com/whiteinge)|12 @rhertzog|[@rhertzog](https://github.com/rhertzog)|11 @pcdummy|[@pcdummy](https://github.com/pcdummy)|11 @@ -107,4 +107,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-24. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-25. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d774fccf..625b417cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.1.1...v1.1.2) (2020-01-25) + + +### Code Refactoring + +* **mapping:** simplify py version handling ([715e3b8](https://github.com/saltstack-formulas/salt-formula/commit/715e3b8fa495ed2c8e9f4a5fbbb6398021ac9ec7)) + ## [1.1.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.1.0...v1.1.1) (2020-01-24) diff --git a/FORMULA b/FORMULA index 70a5b563a..7b4cd7511 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 1.1.1 +version: 1.1.2 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2d3887de8..4a4fd0a90 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -21,7 +21,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 71 * - :raw-html-m2r:`@myii` - `@myii `_ - - 68 + - 70 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 54 @@ -37,11 +37,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@xenophonf` - `@xenophonf `_ - 18 - * - :raw-html-m2r:`@andrew-vant` - - `@andrew-vant `_ - - 13 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ + - 16 + * - :raw-html-m2r:`@andrew-vant` + - `@andrew-vant `_ - 13 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ @@ -317,4 +317,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-24. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-25. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index eaa9a6ee3..74613e696 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.2 `_ (2020-01-25) +------------------------------------------------------------------------------------------------------ + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **mapping:** simplify py version handling (\ `715e3b8 `_\ ) + `1.1.1 `_ (2020-01-24) ------------------------------------------------------------------------------------------------------