Commit a8a81b75 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Preparing release 3.0.0b5

[ci skip]
parent 806e6708
...@@ -8,6 +8,17 @@ Change History ...@@ -8,6 +8,17 @@ Change History
.. towncrier release notes start .. towncrier release notes start
3.0.0b5 (2021-11-29)
--------------------
Bug fixes:
- Fix when c extension implements namespace packages without the corresponding directories. (#589)
- Honor command-line buildout:extends (#592)
3.0.0b4 (2021-11-25) 3.0.0b4 (2021-11-25)
-------------------- --------------------
......
Fix when c extension implements namespace packages without the corresponding directories.
Honor command-line buildout:extends
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = '3.0.0b5.dev0' version = '3.0.0b5'
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