Commit 3833123f authored by Julien Muchembled's avatar Julien Muchembled

Release 0.54

parent 0f0d1177
Pipeline #19723 failed with stage
in 0 seconds
......@@ -2,6 +2,12 @@
Changes
=========
0.54 (2022-02-11)
-----------------
- default: allow 'install' to install no file/dir
- default: fix case where 'location' does not contain any directory separator
0.53 (2022-01-11)
-----------------
......
from setuptools import setup, find_packages
version = '0.53'
version = '0.54'
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