Skip to content

Commit

Permalink
Version 7.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Nov 2, 2014
1 parent 34d6756 commit de9c98a
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 14 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.2.0
=============

Features
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.1.0
:Version: 7.2.0
: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.1.0
:Version: 7.2.0

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

Expand Down
9 changes: 6 additions & 3 deletions docs/man/nikola.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
.TH NIKOLA "1" "September 2014" "nikola 7.1.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH NIKOLA "1" "November 2014" "nikola 7.2.0" "User Commands"
.SH NAME
nikola \- manual page for nikola 7.1.0
nikola \- manual page for nikola 7.2.0
.SH DESCRIPTION
Nikola is a tool to create static websites and blogs. For full documentation and more information, please visit http://getnikola.com/
.SS "Available commands:"
Expand Down Expand Up @@ -48,6 +48,9 @@ ignore task (skip) on subsequent runs
nikola import_wordpress
import a WordPress dump
.TP
nikola info
show info about a task
.TP
nikola init
create a Nikola site in the specified folder
.TP
Expand Down
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.1.0
:Version: 7.2.0

.. 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.1.0
:Version: 7.2.0

.. 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.1.0'
version = '7.2.0'
# The full version, including alpha/beta/rc tags.
release = '7.1.0'
release = '7.2.0'

# 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.1.0
:Version: 7.2.0
: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.1.0
:Version: 7.2.0

.. 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.1.0"
__version__ = "7.2.0"
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 @@ -146,7 +146,7 @@ def run(self):


setup(name='Nikola',
version='7.1.0',
version='7.2.0',
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 de9c98a

Please sign in to comment.