Skip to content

Commit 64e8e4a

Browse files
committedMay 10, 2015
v7.4.1
1 parent 6360997 commit 64e8e4a

11 files changed

+11
-11
lines changed
 

Diff for: ‎CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
New in master
1+
New in v7.4.1
22
=============
33

44
Features

Diff for: ‎docs/extending.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Extending Nikola
99
================
1010

11-
:Version: 7.4.0
11+
:Version: 7.4.1
1212
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1313

1414
.. class:: alert alert-info pull-right

Diff for: ‎docs/getting-help.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. date: 1970-01-01 15:00:00
44
.. description: Get help using Nikola, or contact us.
55

6-
:Version: 7.4.0
6+
:Version: 7.4.1
77

88
.. class:: alert alert-info pull-right
99

Diff for: ‎docs/man/nikola.1.gz

-1 Bytes
Binary file not shown.

Diff for: ‎docs/manual.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The Nikola Handbook
99
===================
1010

11-
:Version: 7.4.0
11+
:Version: 7.4.1
1212

1313
.. class:: alert alert-info pull-right
1414

Diff for: ‎docs/social_buttons.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Using Alternative Social Buttons with Nikola
99
============================================
1010

11-
:Version: 7.4.0
11+
:Version: 7.4.1
1212

1313
.. class:: alert alert-info pull-right
1414

Diff for: ‎docs/sphinx/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '7.4.0'
57+
version = '7.4.1'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '7.4.0'
59+
release = '7.4.1'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

Diff for: ‎docs/theming.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Theming Nikola
99
==============
1010

11-
:Version: 7.4.0
11+
:Version: 7.4.1
1212
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1313

1414
.. class:: alert alert-info pull-right

Diff for: ‎docs/upgrading-to-v6.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Upgrading to v6
99
===============
1010

11-
:Version: 7.4.0
11+
:Version: 7.4.1
1212

1313
.. class:: lead
1414

Diff for: ‎nikola/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from __future__ import absolute_import
2828
import os
2929

30-
__version__ = "7.4.0"
30+
__version__ = "7.4.1"
3131
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
3232

3333
from .nikola import Nikola # NOQA

Diff for: ‎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.4.0',
115+
version='7.4.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.