We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a254781 commit ba8d0e6Copy full SHA for ba8d0e6
CHANGES.rst
@@ -13,6 +13,25 @@ Changelog
13
14
.. towncrier release notes start
15
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
35
4.2.0a9 (2020-07-08)
36
====================
37
CHANGES/275.feature
CHANGES/288.misc
galaxy_ng/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "4.2.0a9"
+__version__ = "4.2.0a10"
2
3
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"
0 commit comments