diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 10:28:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 10:28:21 -0400 |
| commit | 857c16bbb93e0293a21a8c00a421cc6ebe63614d (patch) | |
| tree | 5c4893bf65e711cf76d320d1e9e4a4b9a2e0c0cf /CHANGES.rst | |
| parent | 20a2f628283a0af476020cc394e4dca1dcdeaadd (diff) | |
| download | python-setuptools-git-857c16bbb93e0293a21a8c00a421cc6ebe63614d.tar.gz | |
Move changelog following v27 release
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 385fd07f..4fec8a96 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +v27.1.0 +------- + +* Introduce the (private) ``monkey`` module to encapsulate + the distutils monkeypatching behavior. + v27.0.0 ------- @@ -24,9 +30,6 @@ v27.0.0 site, but the command is now deprecated. Users are urged to use Read The Docs instead. -* Introduce the ``monkey`` module to encapsulate the distutils - monkeypatching behavior. - v26.1.1 ------- |
