Commit 49c8dd90 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Preparing release 3.0.0rc2

[ci skip]
parent fdef375a
...@@ -8,6 +8,22 @@ Change History ...@@ -8,6 +8,22 @@ Change History
.. towncrier release notes start .. towncrier release notes start
3.0.0rc2 (2022-03-04)
---------------------
New features:
- add support for PEP496 environment markers (pep496)
Bug fixes:
- Fix TypeError for missing required `use_deprecated_html5lib` with pip 22.
Keep compatible with earlier pip versions. (#598)
3.0.0rc1 (2021-12-16) 3.0.0rc1 (2021-12-16)
--------------------- ---------------------
......
Fix TypeError for missing required `use_deprecated_html5lib` with pip 22.
Keep compatible with earlier pip versions.
add support for PEP496 environment markers
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = '3.0.0rc2.dev0' version = '3.0.0rc2'
import os import os
from setuptools import setup 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