diff --git a/CHANGES.rst b/CHANGES.rst index 80b2d724f1..61e79b7754 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,19 @@ Changelog .. towncrier release notes start +4.2.5 (2021-07-14) +================== + +Features +-------- + +- Add unix socket support to collection version download view + `AAH-743 `_ + + +---- + + 4.2.4 (2021-06-28) ================== diff --git a/CHANGES/743.feature b/CHANGES/743.feature deleted file mode 100644 index 9a82f9c719..0000000000 --- a/CHANGES/743.feature +++ /dev/null @@ -1 +0,0 @@ -Add unix socket support to collection version download view diff --git a/galaxy_ng/__init__.py b/galaxy_ng/__init__.py index 838517e75b..bcd530b4c4 100644 --- a/galaxy_ng/__init__.py +++ b/galaxy_ng/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.2.4" +__version__ = "4.2.5" default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"