# built documents.
#
# The short X.Y version.
-version = '0.16'
+version = '1.0.1'
# The full version, including alpha/beta/rc tags.
-release = '0.16'
+release = '1.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
1.0.1 (2017-08-11)
~~~~~~~~~~~~~~~~~~
-- Fixed bug #193 1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule'
-- Added paper "Tagged Deterministic Finite Automata with Lookahead" to distribution
+.. include:: 1_0_1_list.rst
1.0 (2017-08-11)
~~~~~~~~~~~~~~~~
--- /dev/null
+- Fixed bug #193 "1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule'"
+- Added paper "Tagged Deterministic Finite Automata with Lookahead" to distribution
.. toctree::
:maxdepth: 1
+ Release 1.0.1 <release_notes/1_0_1>
Release 1.0 <release_notes/1_0>
Release 0.16 <release_notes/0_16>
Release 0.15.3 <release_notes/0_15_3>
--- /dev/null
+=============
+Release 1.0.1
+=============
+
+This is a minor bug-fix release.
+It addresses the following issues:
+
+.. include:: ../changelog/1_0_1_list.rst
+
+Thanks to ilovezf for bug report.
+