Skip to content

Commit 140ebdf

Browse files
committedSep 15, 2015
v7.7.1
1 parent a1b5a3b commit 140ebdf

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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.7.1
22
=============
33

44
Features

‎docs/extending.txt

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

12-
:Version: 7.7.0
12+
:Version: 7.7.1
1313
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1414

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

‎docs/man/nikola.1.gz

-2 Bytes
Binary file not shown.

‎docs/man/nikola.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nikola
66
A Static Site and Blog Generator
77
--------------------------------
88

9-
:Version: Nikola v7.7.0
9+
:Version: Nikola v7.7.1
1010
:Manual section: 1
1111
:Manual group: User Commands
1212

‎docs/manual.txt

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

12-
:Version: 7.7.0
12+
:Version: 7.7.1
1313

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

‎docs/social_buttons.txt

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

12-
:Version: 7.7.0
12+
:Version: 7.7.1
1313

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

‎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.7.0'
57+
version = '7.7.1'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '7.7.0'
59+
release = '7.7.1'
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
@@ -9,7 +9,7 @@
99
Theming Nikola
1010
==============
1111

12-
:Version: 7.7.0
12+
:Version: 7.7.1
1313
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1414

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

‎nikola/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from __future__ import absolute_import
3030
import os
3131

32-
__version__ = "7.7.0"
32+
__version__ = "7.7.1"
3333
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
3434

3535
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.7.0',
115+
version='7.7.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.