Skip to content

Commit bea9b66

Browse files
committedApr 22, 2015
EMERGENCY v7.3.1.1 RELEASE: doit==0.27.0
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent d956c31 commit bea9b66

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎CHANGES.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
New in v7.3.1.1
2+
===============
3+
4+
* Emergency release to pin doit version to 0.27.0
5+
* No code changes since v7.3.1 (not even ``nikola --version``)
6+
17
New in v7.3.1
28
=============
39

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
doit>=0.23.0
1+
doit==0.27.0
22
Pygments>=1.6
33
Pillow>=2.4.0
44
python-dateutil==2.4.1

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def run(self):
112112

113113

114114
setup(name='Nikola',
115-
version='7.3.1',
115+
version='7.3.1.1',
116116
description='A modular, fast, simple, static website generator',
117117
long_description=open('README.rst').read(),
118118
author='Roberto Alsina and others',

0 commit comments

Comments
 (0)
Please sign in to comment.