diff --git a/CHANGES.rst b/CHANGES.rst index 61e79b7754..6dc5631483 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,21 @@ Changelog .. towncrier release notes start +4.2.6 (2021-08-26) +================== + +Bugfixes +-------- + +- Implemented filters for state and keywords on imports API. + `AAH-646 `_ +- Create 'inbound-namespaces' whenever a namespace is created. + `AAH-739 `_ + + +---- + + 4.2.5 (2021-07-14) ================== diff --git a/CHANGES/646.bugfix b/CHANGES/646.bugfix deleted file mode 100644 index dcc39828f2..0000000000 --- a/CHANGES/646.bugfix +++ /dev/null @@ -1 +0,0 @@ -Implemented filters for state and keywords on imports API. \ No newline at end of file diff --git a/CHANGES/739.bugfix b/CHANGES/739.bugfix deleted file mode 100644 index b49d87ac79..0000000000 --- a/CHANGES/739.bugfix +++ /dev/null @@ -1 +0,0 @@ -Create 'inbound-namespaces' whenever a namespace is created. diff --git a/galaxy_ng/__init__.py b/galaxy_ng/__init__.py index bcd530b4c4..86cfe666a6 100644 --- a/galaxy_ng/__init__.py +++ b/galaxy_ng/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.2.5" +__version__ = "4.2.6" default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"