1.4.3 release prep

This commit is contained in:
tphoney 2015-11-20 14:21:44 +00:00
parent 2c8a08e675
commit 5eb4c7a3d5
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
## Supported Release 1.4.3
###Summary
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
## 2015-09-01 - Supported Release 1.4.2
### Summary
This release adds some bugfixes.

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs-inifile",
"version": "1.4.2",
"version": "1.4.3",
"author": "Puppet Labs",
"summary": "Resource types for managing settings in INI files",
"license": "Apache-2.0",
@ -95,7 +95,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.0.0 < 2015.3.0"
"version_requirement": ">= 3.0.0 < 2015.4.0"
},
{
"name": "puppet",