Commit 6c2603b9 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Preparing release 3.0.0rc3

[ci skip]
parent b0e36c9e
......@@ -8,6 +8,16 @@ Change History
.. towncrier release notes start
3.0.0rc3 (2022-04-07)
---------------------
Bug fixes:
- Fix `TypeError: dist must be a Distribution instance` due to issue between
`setuptools` and `pip`. (#600)
3.0.0rc2 (2022-03-04)
---------------------
......
Fix `TypeError: dist must be a Distribution instance` due to issue between
`setuptools` and `pip`.
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = '3.0.0rc3.dev0'
version = '3.0.0rc3'
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