Skip to content

Commit 3f3a051

Browse files
committedMay 5, 2015
tag 7.4.0
1 parent 503bcf0 commit 3f3a051

11 files changed

+11
-11
lines changed
 

‎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.0
22
=============
33

44
Features

‎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.3.1
11+
:Version: 7.4.0
1212
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1313

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

‎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.3.1
6+
:Version: 7.4.0
77

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

‎docs/man/nikola.1.gz

68 Bytes
Binary file not shown.

‎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.3.1
11+
:Version: 7.4.0
1212

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

‎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.3.1
11+
:Version: 7.4.0
1212

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

‎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.3.1'
57+
version = '7.4.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '7.3.1'
59+
release = '7.4.0'
6060

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

‎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.3.1
11+
:Version: 7.4.0
1212
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1313

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

‎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.3.1
11+
:Version: 7.4.0
1212

1313
.. class:: lead
1414

‎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.3.1"
30+
__version__ = "7.4.0"
3131
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
3232

3333
from .nikola import Nikola # NOQA

‎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.1',
115+
version='7.4.0',
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.