Merge pull request #550 from tphoney/release_4.9.1

4.9.1 release prep
This commit is contained in:
Bryan Jen 2015-11-24 18:06:43 -07:00
commit f684fb817c
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
## Supported Release 4.9.1
###Summary
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
##2015-09-08 - Supported Release 4.9.0
###Summary

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
"version": "4.9.0",
"version": "4.9.1",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",
@ -100,7 +100,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": ">= 3.0.0 < 2015.4.0"
},
{
"name": "puppet",