Commit c3b8cc00 authored by Hanno Schlichting's avatar Hanno Schlichting

Added a changes entry for tarek's fix

parent 3336c653
...@@ -6,6 +6,9 @@ Change History ...@@ -6,6 +6,9 @@ Change History
Bugs fixed: Bugs fixed:
- While checking for new versions of setuptools and buildout itself,
compare requirement locations instead of requirement objects.
- Incrementing didn't work properly when extending multiple files. - Incrementing didn't work properly when extending multiple files.
https://bugs.launchpad.net/zc.buildout/+bug/421022 https://bugs.launchpad.net/zc.buildout/+bug/421022
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = "1.4.0dev" version = "1.4.2dev"
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