Commit 90a2ee51 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.44

parent 6c283af5
Pipeline #8945 passed with stage
in 0 seconds
......@@ -2,6 +2,18 @@
Changes
=========
0.44 (2020-03-20)
-----------------
This release contains several backward-incompatible changes.
* default: remove useless globals & 'self' methods
* default: 'script' renamed to 'install', new 'update', clean up globals/locals
* default: remove 'format' option
* default: check that 'install' script creates 'location'
* default: do not warn if slapos_promise is not set
* default: update doc
0.43 (2020-02-28)
-----------------
......
from setuptools import setup, find_packages
version = '0.43'
version = '0.44'
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