Skip to content

Commit

Permalink
Nikola v7.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Mar 7, 2015
1 parent f6eb2ea commit d956c31
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New in master
New in v7.3.1
=============

Features
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ __ https://www.transifex.com/projects/p/nikola/

Nikola Architecture
-------------------
.. image:: /docs/architecture/nikola-architecture-draw-io.png

.. image:: https://getnikola.com/images/architecture.png

Installation Instructions
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/extending.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Extending Nikola
================

:Version: 7.3.0
:Version: 7.3.1
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. date: 1970-01-01 15:00:00
.. description: Get help using Nikola, or contact us.

:Version: 7.3.0
:Version: 7.3.1

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

Expand Down
5 changes: 5 additions & 0 deletions docs/internals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,8 @@ themes
To change how the generated site looks, you can create custom themes.

And of course, you can also replace or extend each of the existing plugins.

Nikola Architecture
===================

.. thumbnail:: https://getnikola.com/images/architecture.png
Binary file modified docs/man/nikola.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The Nikola Handbook
===================

:Version: 7.3.0
:Version: 7.3.1

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

Expand Down
2 changes: 1 addition & 1 deletion docs/social_buttons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Using Alternative Social Buttons with Nikola
============================================

:Version: 7.3.0
:Version: 7.3.1

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

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '7.3.0'
version = '7.3.1'
# The full version, including alpha/beta/rc tags.
release = '7.3.0'
release = '7.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/theming.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Theming Nikola
==============

:Version: 7.3.0
:Version: 7.3.1
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading-to-v6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Upgrading to v6
===============

:Version: 7.3.0
:Version: 7.3.1

.. class:: lead

Expand Down
2 changes: 1 addition & 1 deletion nikola/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from __future__ import absolute_import
import os

__version__ = "7.3.0"
__version__ = "7.3.1"
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))

from .nikola import Nikola # NOQA
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def run(self):


setup(name='Nikola',
version='7.3.0',
version='7.3.1',
description='A modular, fast, simple, static website generator',
long_description=open('README.rst').read(),
author='Roberto Alsina and others',
Expand Down

0 comments on commit d956c31

Please sign in to comment.