Skip to content

Commit ed3d22b

Browse files
authored
Merge pull request #1182 from lorengordon/0.18.1
Releases watchmaker 0.18.1
2 parents e0e8939 + 1c85263 commit ed3d22b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.0
2+
current_version = 0.18.1
33
commit = False
44
tag = False
55
tag_name = {new_version}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Changelog
22

3+
### 0.18.1
4+
5+
**Commit Delta**: [Change from 0.18.0 release](https://github.com/plus3it/watchmaker/compare/0.18.0...0.18.1)
6+
7+
**Released**: 2020.03.23
8+
9+
**Summary**:
10+
11+
* Updates version constraint in default config to allow newer versions
12+
313
### 0.18.0
414

515
**Commit Delta**: [Change from 0.17.5 release](https://github.com/plus3it/watchmaker/compare/0.17.5...0.18.0)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[metadata]
44
name = watchmaker
55
description = Applied Configuration Management
6-
version = 0.18.0
6+
version = 0.18.1
77
long_description = file: README.md, CHANGELOG.md
88
long_description_content_type = text/markdown
99
author = Plus3IT Maintainers of Watchmaker

src/watchmaker/static/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
watchmaker_version: "~= 0.17.0"
1+
watchmaker_version: ">= 0.17.0"
22
all:
33
- salt:
44
admin_groups: null

0 commit comments

Comments
 (0)