Skip to content

Commit

Permalink
Merge pull request #577 from lorengordon/0.9.5
Browse files Browse the repository at this point in the history
Prepares 0.9.5 release
  • Loading branch information
lorengordon authored Apr 11, 2018
2 parents 1e0e26d + d89e9aa commit bf29bb8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.5.dev
current_version = 0.9.5
commit = False
tag = False
tag_name = {new_version}
Expand All @@ -9,5 +9,6 @@ tag_name = {new_version}
[bumpversion:file:CHANGELOG.md]

[bumpversion:part:release]
values =
values =
dev

15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
## Changelog

### 0.9.5.dev
### 0.9.5

**Commit Delta**: [Change from 0.9.4 release](https://github.com/plus3it/watchmaker/compare/0.9.4...0.9.5.dev)
**Commit Delta**: [Change from 0.9.4 release](https://github.com/plus3it/watchmaker/compare/0.9.4...0.9.5)

**Released**: PLACEHOLDER
**Released**: 2018.04.11

**Summary**:

* PLACEHOLDER
* [[PR #574][574]] Updates Windows userdata example to execute pip using
`python -m` when upgrading pip
* windows-update-agent
- Uses newer arguments for reg state, `vname` and `vdata`
- Reduces duplication in windows update data model
- Nests the windows update pillar options under the standard `lookup` key

[574]: https://github.com/plus3it/watchmaker/pull/574

### 0.9.4

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[metadata]
name = watchmaker
description = Applied Configuration Management
version = 0.9.5.dev
version = 0.9.5
author = Plus3IT Maintainers of Watchmaker
author_email = [email protected]
url = https://github.com/plus3it/watchmaker
Expand Down

0 comments on commit bf29bb8

Please sign in to comment.