Skip to content

Commit

Permalink
Release 4.2.0rc3 (#552)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
newswangerd authored Nov 4, 2020
1 parent b22c267 commit d1e3d4b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Changelog

.. towncrier release notes start
4.2.0rc3 (2020-11-04)
=====================

Bugfixes
--------

- Add deprecated annotated field to empty queryset
`AAH-122 <https://issues.redhat.com/browse/AAH-122>`_


----


4.2.0rc2 (2020-11-02)
=====================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/122.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.0rc2"
__version__ = "4.2.0rc3"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 comments on commit d1e3d4b

Please sign in to comment.