diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9353c02..5edac9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Rever Change Log .. current developments +v0.4.8 +==================== + +**Added:** + +* Added ``APPIMAGE_PYTHON_VERSION`` to AppImage activity that allows to set the Python version that will be using to building the image. + +**Authors:** + +* Anthony Scopatz +* anki-code + + + v0.4.7 ==================== diff --git a/news/APPIMAGE_PYTHON_VERSION.rst b/news/APPIMAGE_PYTHON_VERSION.rst deleted file mode 100644 index 22bee23..0000000 --- a/news/APPIMAGE_PYTHON_VERSION.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Added ``APPIMAGE_PYTHON_VERSION`` to AppImage activity that allows to set the Python version that will be using to building the image. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*