Skip to content

Commit 6b8a094

Browse files
authored
Release 4.2.0b3 (#487)
No-Issue
1 parent bb343e5 commit 6b8a094

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

CHANGES.rst

+24
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,30 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
4.2.0b3 (2020-09-24)
17+
====================
18+
19+
Features
20+
--------
21+
22+
- Allow a user to specify the protocol she wants to use to talk to the pulp backend. (ie. http vs. https)
23+
`#464 <https://github.com/ansible/galaxy_ng/issues/464>`_
24+
- Upgrade to pulpcore 3.7.0 and allow for 3.8.0
25+
26+
Based on the API stability guidance at
27+
https://docs.pulpproject.org/pulpcore/plugins/plugin-writer/concepts/index.html#plugin-api-stability-and-deprecation-policy
28+
`#476 <https://github.com/ansible/galaxy_ng/issues/476>`_
29+
30+
31+
Misc
32+
----
33+
34+
- `#474 <https://github.com/ansible/galaxy_ng/issues/474>`_
35+
36+
37+
----
38+
39+
1640
4.2.0b2 (2020-09-16)
1741
====================
1842

CHANGES/464.feature

-1
This file was deleted.

CHANGES/474.misc

-1
This file was deleted.

CHANGES/476.feature

-4
This file was deleted.

galaxy_ng/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "4.2.0b2"
1+
__version__ = "4.2.0b3"
22

33
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 commit comments

Comments
 (0)