Skip to content

Commit

Permalink
Release 4.2.1 (#608)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
awcrosby authored Dec 16, 2020
1 parent 9673ed1 commit 5c75058
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 8 deletions.
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,33 @@ Changelog

.. towncrier release notes start
4.2.1 (2020-12-16)
==================

Bugfixes
--------

- Fix NamespaceLink creation and Validation on duplicated name.
`AAH-132 <https://issues.redhat.com/browse/AAH-132>`_
- API returns 409 in case of existing group with same name.
`AAH-152 <https://issues.redhat.com/browse/AAH-152>`_
- The namespaces api now performs a partial match on namespace name and namespace company name when using the 'keywords' query parameter.
`AAH-166 <https://issues.redhat.com/browse/AAH-166>`_
- Fix KeyError lookup in namespace and collection viewset
`AAH-195 <https://issues.redhat.com/browse/AAH-195>`_
- Fix error in error msg when importing invalid filenames
`AAH-203 <https://issues.redhat.com/browse/AAH-203>`_


Misc
----

- `AAH-139 <https://issues.redhat.com/browse/AAH-139>`_, `AAH-176 <https://issues.redhat.com/browse/AAH-176>`_, `AAH-177 <https://issues.redhat.com/browse/AAH-177>`_


----


4.2.0 (2020-11-12)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/132.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/139.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/152.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/166.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/176.misc

This file was deleted.

Empty file removed CHANGES/177.misc
Empty file.
1 change: 0 additions & 1 deletion CHANGES/195.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/203.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy_ng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.2.0"
__version__ = "4.2.1"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 comments on commit 5c75058

Please sign in to comment.