Skip to content

Commit

Permalink
v7.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 20, 2016
1 parent 241bfd6 commit e0b6671
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
New in master
=============
New in v7.7.10
==============

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

:Version: 7.7.9
:Version: 7.7.10
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. class:: alert alert-info pull-right
Expand Down
Binary file modified docs/man/nikola.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/man/nikola.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nikola
A Static Site and Blog Generator
--------------------------------

:Version: Nikola v7.7.9
:Version: Nikola v7.7.10
:Manual section: 1
:Manual group: User Commands

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

:Version: 7.7.9
:Version: 7.7.10

.. 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 @@ -9,7 +9,7 @@
Using Alternative Social Buttons with Nikola
============================================

:Version: 7.7.9
:Version: 7.7.10

.. 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.7.9'
version = '7.7.10'
# The full version, including alpha/beta/rc tags.
release = '7.7.9'
release = '7.7.10'

# 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 @@ -9,7 +9,7 @@
Theming Nikola
==============

:Version: 7.7.9
:Version: 7.7.10
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

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

__version__ = "7.7.9"
__version__ = "7.7.10"
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.7.9',
version='7.7.10',
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/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nikola
version: 7.7.9
version: 7.7.10
summary: A static website generator
description: A static website generator
confinement: strict
Expand All @@ -17,7 +17,7 @@ parts:
nikola-source:
plugin: python3
source: git://github.com/getnikola/nikola.git
source-tag: v7.7.9
source-tag: 7.7.10
requirements: parts/nikola-source/src/requirements-extras.txt
stage-packages:
- locales
Expand Down

0 comments on commit e0b6671

Please sign in to comment.