Commit a450aa92 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Preparing release 3.0.0b4

[ci skip]
parent e252a13d
......@@ -8,6 +8,25 @@ Change History
.. towncrier release notes start
3.0.0b4 (2021-11-25)
--------------------
New features:
- Allow to run buildout in FIPS enabled environments. (#570)
- Proper error message if extends-cache tries to expand ${section:variable} (#585)
Bug fixes:
- Forward verbose option to pip (#576)
- Check that file top_level.txt exists before opening.
Add check for other files as well. (#582)
- Return code of pip install subprocess is now properly returned to buildout. (#586)
3.0.0b3 (2021-10-08)
--------------------
......
Allow to run buildout in FIPS enabled environments.
Forward verbose option to pip
Check that file top_level.txt exists before opening.
Add check for other files as well.
Proper error message if extends-cache tries to expand ${section:variable}
Return code of pip install subprocess is now properly returned to buildout.
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = '3.0.0b4.dev0'
version = '3.0.0b4'
import os
from setuptools import setup
......
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