Skip to content

Commit

Permalink
Merge pull request #327 from StackStorm/release/v2.0.0
Browse files Browse the repository at this point in the history
Release/v2.0.0
  • Loading branch information
nmaludy authored Feb 15, 2021
2 parents 62b40fe + b638c04 commit c7b6856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Development

## 2.0.0 (Feb 15, 2020)

- Added new parameter `st2::python_version` that controls the version of python to install.
This was added so that OSes that don't come with Python 3 by default, can install Python 3.
The default is `'system'` and the system `python` package will be installed,
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackstorm-st2",
"version": "1.7.0",
"version": "2.0.0",
"author": "stackstorm",
"summary": "Puppet module to manage/configure StackStorm",
"license": "Apache-2.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 8.0.0"
"version_requirement": ">= 5.0.0 < 8.0.0"
}
],
"pdk-version": "1.19.0.pre (102)",
Expand Down

0 comments on commit c7b6856

Please sign in to comment.