Skip to content

Commit

Permalink
Prepare a 4.2.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Penney committed Jun 4, 2014
1 parent af71faa commit e7b2720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##2014-05-14 - Supported Release 4.3.0
##2014-06-04 - Release 4.2.2
### Summary

This is a supported release of the code released as 4.2.1.
This release adds PE3.3 support in the metadata and fixes a few tests.

## 2014-05-08 - Release - 4.2.1
### Summary
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-stdlib'
version '4.3.0'
version '4.2.2'
source 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
author 'puppetlabs'
license 'Apache 2.0'
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.3.x"
"version_requirement": ">= 3.2.0 < 3.4.0"
},
{
"name": "puppet",
"version_requirement": ">=2.7.20 <4.0.0"
}
],
"name": "puppetlabs-stdlib",
"version": "4.2.1",
"version": "4.2.2",
"source": "git://github.com/puppetlabs/puppetlabs-stdlib",
"author": "puppetlabs",
"license": "Apache 2.0",
Expand Down

0 comments on commit e7b2720

Please sign in to comment.