Merge pull request #573 from HelenCampbell/release2.2.1

Release 2.2.1
This commit is contained in:
Bryan Jen 2015-11-24 12:04:29 -07:00
commit 61804c0324
2 changed files with 7 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs-apt",
"version": "2.2.0",
"version": "2.2.1",
"author": "Puppet Labs",
"summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
"license": "Apache-2.0",
@ -30,7 +30,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.3.0 < 2015.3.0"
"version_requirement": ">= 3.3.0 < 2015.4.0"
},
{
"name": "puppet",