diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d601493..0d52edf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ Rever Change Log .. current developments +v0.4.2 +==================== + +**Added:** + +* The PyPI activity now includes the ability to sign source packages + if ``gpg`` is available with the ``$PYPI_SIGN`` variable. + +**Changed:** + +* ``$CHANGELOG_LATEST`` is now tracked if it is not in the ``$REVER_DIR`` + +**Authors:** + +* Anthony Scopatz + + + v0.4.1 ==================== diff --git a/news/add-latest.rst b/news/add-latest.rst deleted file mode 100644 index 6c56f0c..0000000 --- a/news/add-latest.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* ``$CHANGELOG_LATEST`` is now tracked if it is not in the ``$REVER_DIR`` - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/pypi-sign.rst b/news/pypi-sign.rst deleted file mode 100644 index 85b9d7c..0000000 --- a/news/pypi-sign.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* The PyPI activity now includes the ability to sign source packages - if ``gpg`` is available with the ``$PYPI_SIGN`` variable. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*