From bea9b663cd7a7781dda236dcb591a912db3e3d1d Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Wed, 22 Apr 2015 15:38:10 +0200 Subject: [PATCH] EMERGENCY v7.3.1.1 RELEASE: doit==0.27.0 Signed-off-by: Chris Warrick --- CHANGES.txt | 6 ++++++ requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3dd52754d7..d3c467da68 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +New in v7.3.1.1 +=============== + +* Emergency release to pin doit version to 0.27.0 +* No code changes since v7.3.1 (not even ``nikola --version``) + New in v7.3.1 ============= diff --git a/requirements.txt b/requirements.txt index a5940abe2b..d9e89e65cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -doit>=0.23.0 +doit==0.27.0 Pygments>=1.6 Pillow>=2.4.0 python-dateutil==2.4.1 diff --git a/setup.py b/setup.py index 7254158062..b9a131a9c8 100755 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def run(self): setup(name='Nikola', - version='7.3.1', + version='7.3.1.1', description='A modular, fast, simple, static website generator', long_description=open('README.rst').read(), author='Roberto Alsina and others',