1.4.3 release prep
This commit is contained in:
parent
2c8a08e675
commit
5eb4c7a3d5
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue