Skip to content

Commit 112d8c4

Browse files
committed
Updated CHANGELOG
1 parent b7c5946 commit 112d8c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.9.23 (TBD, 2019)
22
* Bug Fixes
33
* Fixed bug where startup script containing a single quote in its file name was incorrectly quoted
4+
* Added missing implicit dependency on `setuptools` due to build with `setuptools_scm`
45

56
## 0.9.22 (December 9, 2019)
67
* Bug Fixes

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The tables below list all prerequisites along with the minimum required version
5151
| [attrs](https://github.com/python-attrs/attrs) | `16.3` |
5252
| [colorama](https://github.com/tartley/colorama) | `0.3.7` |
5353
| [pyperclip](https://github.com/asweigart/pyperclip) | `1.6` |
54+
| [setuptools](https://pypi.org/project/setuptools/) | `34.4` |
5455
| [wcwidth](https://pypi.python.org/pypi/wcwidth) | `0.1.7` |
5556

5657

0 commit comments

Comments
 (0)