Commit a5d3531b authored by Julien Muchembled's avatar Julien Muchembled

Release 5.1

parent a4dff559
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
History History
------- -------
5.1 (2022-10-24)
----------------
* Allow an overriding section to unset 'url' in order to instead define
'inline'.
* Fix incorrect initialization of buildout download API.
5.0 (2022-02-03) 5.0 (2022-02-03)
---------------- ----------------
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os import os
version = '5.0' version = '5.1'
name = 'slapos.recipe.template' name = 'slapos.recipe.template'
long_description = '\n'.join((open(path).read() for path in ( long_description = '\n'.join((open(path).read() for path in (
"README.rst", "README.rst",
......
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