Commit a5a9889f authored by Godefroid Chapelle's avatar Godefroid Chapelle

Preparing release 3.0.0b2

[ci skip]
parent e81469cf
......@@ -8,6 +8,28 @@ Change History
.. towncrier release notes start
3.0.0b2 (2021-03-09)
--------------------
New features:
- Improve error message when a package version is not pinned and `allow-picked-versions = false`. (#481)
Bug fixes:
- Fix FileNotFoundError when installing eggs with top-level directory without code (like doc). (#556)
Development:
- Login to docker hub to avoid pull limits (travis)
- Initialize towncrier (#519)
3.0.0b1 (2021-03-07)
====================
......
Improve error message when a package version is not pinned and `allow-picked-versions = false`.
Initialize towncrier
Fix FileNotFoundError when installing eggs with top-level directory without code (like doc).
Login to docker hub to avoid pull limits
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = '3.0.0b2.dev0'
version = '3.0.0b2'
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