Commit 1884d531 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Preparing release 3.0.0b3

[ci skip]
parent cb4e16a9
......@@ -8,6 +8,30 @@ Change History
.. towncrier release notes start
3.0.0b3 (2021-10-08)
--------------------
New features:
- Improve warning message when a section contains unused options. (#483)
Bug fixes:
- Fix support of ``pip>=21.1`` (#567)
- Fix confusion when using multiple Python versions and
installing packages with C extensions
without proper binary wheel available. (#574)
Development:
- Avoid broken jobs on Travis because of security on PRs (travis-pr)
3.0.0b2 (2021-03-09)
--------------------
......
Improve warning message when a section contains unused options.
Fix support of ``pip>=21.1``
Fix confusion when using multiple Python versions and
installing packages with C extensions
without proper binary wheel available.
Avoid broken jobs on Travis because of security on PRs
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = '3.0.0b3.dev0'
version = '3.0.0b3'
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