Skip to content

Commit ba8d0e6

Browse files
authored
Release 4.2.0b10 (#308)
No-Issue
1 parent a254781 commit ba8d0e6

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGES.rst

+19
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
4.2.0a10 (2020-07-15)
17+
=====================
18+
19+
Features
20+
--------
21+
22+
- Release packages in sdist and wheel formats. Static assets are download and included automatically during package build process.
23+
`#275 <https://github.com/ansible/galaxy_ng/issues/275>`_
24+
25+
26+
Misc
27+
----
28+
29+
- `#288 <https://github.com/ansible/galaxy_ng/issues/288>`_
30+
31+
32+
----
33+
34+
1635
4.2.0a9 (2020-07-08)
1736
====================
1837

CHANGES/275.feature

-1
This file was deleted.

CHANGES/288.misc

-1
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.0a9"
1+
__version__ = "4.2.0a10"
22

33
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 commit comments

Comments
 (0)