Skip to content

Commit 8dc9e8f

Browse files
authored
Merge pull request #1330 from lorengordon/0.20.4
2 parents 53de5d2 + 368609e commit 8dc9e8f

File tree

9 files changed

+19
-8
lines changed

9 files changed

+19
-8
lines changed

.bumpversion.cfg

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

CHANGELOG.md

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

3+
### 0.20.4
4+
5+
**Commit Delta**: [Change from 0.20.3 release](https://github.com/plus3it/watchmaker/compare/0.20.3...0.20.4)
6+
7+
**Released**: 2020.07.15
8+
9+
**Summary**:
10+
11+
* splunkforwarder-formula
12+
- (Windows) Patches splunkforwarder state to work with salt 2019.2.5
13+
314
### 0.20.3
415

516
**Commit Delta**: [Change from 0.20.2 release](https://github.com/plus3it/watchmaker/compare/0.20.2...0.20.3)

requirements/basics.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setuptools==36.8.0;python_version<="2.6"
22
setuptools==43.0.0;python_version<="3.4" and python_version>="2.7"
3-
setuptools==49.1.0;python_version>"3.4"
3+
setuptools==49.2.0;python_version>"3.4"
44
virtualenv==15.2.0;python_version<="2.6"
55
virtualenv==20.0.26;python_version>="2.7"
66
wheel==0.29.0;python_version<="2.6"

requirements/check.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flake8==3.8.3
55
flake8-bugbear==20.1.4
66
flake8-builtins==1.5.3
77
flake8-docstrings==1.5.0
8-
flake8-isort==3.0.0
8+
flake8-isort==3.0.1
99
flake8-future-import==0.4.6
1010
flake8-print==3.1.4
1111
isort==4.3.21

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r docs-check.txt
22

33
recommonmark==0.6.0
4-
setuptools==49.1.0
4+
setuptools==49.2.0
55
sphinx==3.1.2
66
sphinx-rtd-theme==0.5.0

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ pytest-cov==2.8.1;python_version<"3.5" and python_version>="2.7"
1111
pytest-cov==2.10.0;python_version>="3.5"
1212
pytest-mock==1.6.3;python_version<"2.7"
1313
pytest-mock==2.0.0;python_version<"3.5" and python_version>="2.7"
14-
pytest-mock==3.1.1;python_version>="3.5"
14+
pytest-mock==3.2.0;python_version>="3.5"
1515
wheel==0.29.0;python_version<="2.6"

requirements/tox.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
tox==2.9.1;python_version<="2.6"
44
tox==3.14.0;python_version<="3.4" and python_version>="2.7"
5-
tox==3.16.1;python_version>"3.4"
5+
tox==3.17.0;python_version>"3.4"

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.20.3
6+
version = 0.20.4
77
long_description = file: README.md, CHANGELOG.md
88
long_description_content_type = text/markdown
99
author = Plus3IT Maintainers of Watchmaker

0 commit comments

Comments
 (0)