Skip to content

Commit eaa30cb

Browse files
committedApr 22, 2015
Merge v7.3.1.1 onto master
2 parents 01ebd98 + bea9b66 commit eaa30cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGES.txt

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Bugfixes
2828
* Listings in posts now work in Windows (Issue #1631)
2929
* Add 20 seconds to reading time per embedded media
3030

31+
New in v7.3.1.1
32+
===============
33+
34+
* Emergency release to pin doit version to 0.27.0
35+
* No code changes since v7.3.1 (not even ``nikola --version``)
36+
3137
New in v7.3.1
3238
=============
3339

‎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.