Skip to content

Commit

Permalink
v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 20, 2013
1 parent 2d047c0 commit 7226d95
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 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 6.0.4
==========================================

Bugfixes
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: 6.0.3
:Version: 6.0.4
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-info pull-right
Expand Down
7 changes: 5 additions & 2 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.43.3.
.TH NIKOLA "1" "September 2013" "nikola 6.0.3" "User Commands"
.TH NIKOLA "1" "September 2013" "nikola 6.0.4" "User Commands"
.SH NAME
nikola \- manual page for nikola 6.0.3
nikola \- manual page for nikola 6.0.4
.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 @@ -63,6 +63,9 @@ apply mincss to the generated site
nikola new_post
create a new blog post or site page
.TP
nikola run
run tasks
.TP
nikola serve
start the test webserver
.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: 6.0.3
:Version: 6.0.4

.. 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: 6.0.3
:Version: 6.0.4

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

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: 6.0.3
:Version: 6.0.4
: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: 6.0.3
:Version: 6.0.4

Nikola tries fairly hard to be compatible between versions. However, there were
a few areas which were getting clunky, and needed fxing. So, here's what you may
Expand Down
2 changes: 1 addition & 1 deletion nikola/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .nikola import Nikola # NOQA
from . import plugins # NOQA

__version__ = "6.0.3"
__version__ = "6.0.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def find_package_data(


setup(name='Nikola',
version='6.0.3',
version='6.0.4',
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 7226d95

Please sign in to comment.