Skip to content

Commit

Permalink
Set version to v7.8.5 where missing
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 12, 2017
1 parent fcd8975 commit db471b4
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/extending.txt
Expand Up @@ -9,7 +9,7 @@
Extending Nikola
================

:Version: 7.8.6
:Version: 7.8.5
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion docs/man/nikola.rst
Expand Up @@ -6,7 +6,7 @@ Nikola
A Static Site and Blog Generator
--------------------------------

:Version: Nikola 7.8.6
:Version: Nikola 7.8.5
:Manual section: 1
:Manual group: User Commands

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.txt
Expand Up @@ -9,7 +9,7 @@
The Nikola Handbook
===================

:Version: 7.8.6
:Version: 7.8.5

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

Expand Down
2 changes: 1 addition & 1 deletion docs/social_buttons.txt
Expand Up @@ -9,7 +9,7 @@
Using Alternative Social Buttons with Nikola
============================================

:Version: 7.8.6
:Version: 7.8.5

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

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '7.8.6'
version = '7.8.5'
# The full version, including alpha/beta/rc tags.
release = '7.8.6'
release = '7.8.5'

# 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/support.rst
Expand Up @@ -4,7 +4,7 @@
.. description: Get help using Nikola, or contact us.
.. author: The Nikola Team
:Version: 7.8.6
:Version: 7.8.5

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

Expand Down
2 changes: 1 addition & 1 deletion docs/template-variables.rst
Expand Up @@ -3,7 +3,7 @@
.. date: 2017-04-13 12:00:00
.. author: The Nikola Team
:Version: 7.8.6
:Version: 7.8.5
:Author: Chris Warrick <chris@getnikola.com>

Variables available in templates are listed below.
Expand Down
2 changes: 1 addition & 1 deletion docs/theming.txt
Expand Up @@ -9,7 +9,7 @@
Theming Nikola
==============

:Version: 7.8.6
:Version: 7.8.5
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion nikola/__init__.py
Expand Up @@ -29,7 +29,7 @@
from __future__ import absolute_import
import os

__version__ = '7.8.6'
__version__ = '7.8.5'
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))

from .nikola import Nikola # NOQA
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -116,7 +116,7 @@ def run(self):


setup(name='Nikola',
version='7.8.6',
version='7.8.5',
description='A modular, fast, simple, static website and blog generator',
long_description=open('README.rst').read(),
author='Roberto Alsina and others',
Expand Down
4 changes: 2 additions & 2 deletions snapcraft/nikola.py
@@ -1,6 +1,6 @@
#!/snap/nikola/current/usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'Nikola==7.8.6'
__requires__ = 'Nikola==7.8.6'
# EASY-INSTALL-ENTRY-SCRIPT: 'Nikola==7.8.5'
__requires__ = 'Nikola==7.8.5'
import sys
from pkg_resources import load_entry_point

Expand Down
4 changes: 2 additions & 2 deletions snapcraft/stable/snapcraft.yaml
@@ -1,5 +1,5 @@
name: nikola
version: 7.8.6
version: 7.8.5
summary: A static website generator
description: A static website generator
confinement: strict
Expand All @@ -16,7 +16,7 @@ parts:
source: script
nikola:
source: git://github.com/getnikola/nikola.git
source-tag: v7.8.6
source-tag: v7.8.5
stage-packages:
- locales
- libc-bin
Expand Down

0 comments on commit db471b4

Please sign in to comment.