Commit 9b17086a authored by Julien Muchembled's avatar Julien Muchembled

Release 0.52

parent 8312e7b3
Pipeline #18757 passed with stage
in 0 seconds
......@@ -2,6 +2,13 @@
Changes
=========
0.52 (2021-12-10)
-----------------
* default, download-unpacked: improve multiarch support
(for the default recipe, multiarch() replaces guessPlatform()).
* shared: fix trailing whitespace in signature file on Python 2.
0.51 (2021-12-08)
-----------------
......
from setuptools import setup, find_packages
version = '0.51'
version = '0.52'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGELOG.rst").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment