Skip to content

Commit 0860058

Browse files
committedAug 8, 2015
Version 7.6.3
Signed-off-by: Roberto Alsina <ralsina@netmanagers.com.ar>
1 parent 1d15ef7 commit 0860058

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.6.3
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.6.2
11+
:Version: 7.6.3
1212
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1313

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

‎docs/man/nikola.1.gz

0 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.6.2
9+
:Version: Nikola v7.6.3
1010
:Manual section: 1
1111
:Manual group: User Commands
1212

‎docs/manual.txt

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

10-
:Version: 7.6.2
10+
:Version: 7.6.3
1111

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

‎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.6.2
11+
:Version: 7.6.3
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.6.2'
57+
version = '7.6.3'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '7.6.2'
59+
release = '7.6.3'
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.6.2
11+
:Version: 7.6.3
1212
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1313

1414
.. 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.6.2"
32+
__version__ = "7.6.3"
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.6.2',
115+
version='7.6.3',
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.