Skip to content

Commit 28f5a68

Browse files
committed
Fix setup.cfg
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 8ffe39b commit 28f5a68

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.18.2...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.18.3...HEAD
6+
7+
## [1.18.3][] - 2021-02-16
8+
9+
[1.18.3]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.18.2...1.18.3
10+
11+
### Changed
12+
13+
- Fix typo in `setup.cfg` from `install_require` to `install_requires`
614

715
## [1.18.2][] - 2021-02-16
816

chaoslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__all__ = ["__version__", "decode_bytes", "substitute", "merge_vars",
2828
"convert_vars"]
29-
__version__ = '1.18.2'
29+
__version__ = '1.18.3'
3030

3131

3232
def substitute(data: Union[None, str, Dict[str, Any], List],

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ setup_requires =
4646
pytest_runner
4747
setuptools_scm>=1.15.0
4848
setuptools_scm_git_archive>=1.0
49-
install_require =
49+
install_requires =
5050
logzero~=1.5
5151
requests~=2.21
5252
pyyaml~=5.3; python_version < '3.6'

0 commit comments

Comments
 (0)