Skip to content

Commit 3064a29

Browse files
committed
Version bump
1 parent 69df40e commit 3064a29

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Changes
44
=======
55

6+
4.7.1
7+
-----
8+
9+
* Only build index for directory and HTML page requests on serve mode.
10+
611
4.7.0
712
-----
813

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '4.7.0'
51+
version = '4.7.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '4.7.0'
53+
release = '4.7.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

logya/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
__author__ = 'Ramiro Gómez'
33
__email__ = 'code@ramiro.org'
4-
__version__ = '4.7.0'
4+
__version__ = '4.7.1'
55

66
# Extensions of content files that will be processed by Logya.
77
allowed_exts = {

0 commit comments

Comments
 (0)