Skip to content

Commit f980694

Browse files
committed
documentation update for v0.7
1 parent 2e81873 commit f980694

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docsdir/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656

5757
# General information about the project.
5858
project = u'Signalz'
59-
copyright = u'2016-2017, Matous C'
59+
copyright = u'2016-2018, Matous C'
6060
author = u'Matous C'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'0.6'
67+
version = u'0.7'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'0.6'
69+
release = u'0.7'
7070

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

docsdir/source/sources/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Changelog
44
===========
55

6+
**Version 0.7**
7+
Added :ref:`generators-lorem_ipsum` - Lorem Ipsum generator.
8+
69
**Version 0.6**
710
Added :ref:`generators-ecgsyn` - generator of synthetic ECG.
811

@@ -21,7 +24,7 @@ Changelog
2124
The modifications include bugfixes and feature improvements.
2225

2326
**Version 0.3**
24-
Logistic map was added :ref:`generators-logistic_map`. Furthermore
27+
:ref:`generators-logistic_map` was added. Furthermore
2528
the documentation was upgraded.
2629

2730
**Version 0.2**

0 commit comments

Comments
 (0)