Commit 21b1b352 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Preparing release 3.0.0

[ci skip]
parent 06d7c80d
......@@ -8,6 +8,28 @@ Change History
.. towncrier release notes start
3.0.0 (2022-11-07)
------------------
New features:
- Add support for PEP 508 markers in section condition expressions.
For example: ``[versions:python_version <= "3.9"]``.
[maurits] (#621)
Bug fixes:
- Command-line 'extends' now works with dirs in file names
[gotcha] (cli-extends)
- Add support for python311-315 in conditional section expressions. (#311)
- Make compatible with pip 22.2+, restoring Requires-Python functionality there.
Fixes `issue 613 <https://github.com/buildout/buildout/issues/613>`_.
[maurits] (#613)
3.0.0rc3 (2022-04-07)
---------------------
......
Add support for python311-315 in conditional section expressions.
Make compatible with pip 22.2+, restoring Requires-Python functionality there.
Fixes `issue 613 <https://github.com/buildout/buildout/issues/613>`_.
[maurits]
Add support for PEP 508 markers in section condition expressions.
For example: ``[versions:python_version <= "3.9"]``.
[maurits]
Command-line 'extends' now works with dirs in file names
[gotcha]
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = '3.0.0rc4.dev0'
version = '3.0.0'
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