From: Mike Bayer Date: Mon, 9 Jul 2018 21:37:06 +0000 (-0400) Subject: - add changelog 13 and links X-Git-Tag: rel_1_3_0b1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8695bc13ff0f5ea41f92d98693f64570c7fc25;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add changelog 13 and links Change-Id: I658a5958c0b053a26308aba213d9da3a67b75a1c --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst new file mode 100644 index 0000000000..d8ef726b83 --- /dev/null +++ b/doc/build/changelog/changelog_13.rst @@ -0,0 +1,15 @@ +============= +1.3 Changelog +============= + +.. changelog_imports:: + + .. include:: changelog_12.rst + :start-line: 5 + + .. include:: changelog_11.rst + :start-line: 5 + +.. changelog:: + :version: 1.3.0b1 + :include_notes_from: unreleased_13 diff --git a/doc/build/changelog/index.rst b/doc/build/changelog/index.rst index 3d3cdf3a95..0993534614 100644 --- a/doc/build/changelog/index.rst +++ b/doc/build/changelog/index.rst @@ -12,7 +12,7 @@ Current Migration Guide .. toctree:: :titlesonly: - migration_12 + migration_13 Change logs ----------- @@ -20,6 +20,7 @@ Change logs .. toctree:: :titlesonly: + changelog_13 changelog_12 changelog_11 changelog_10 @@ -40,6 +41,7 @@ Older Migration Guides .. toctree:: :titlesonly: + migration_12 migration_11 migration_10 migration_09 diff --git a/doc/build/index.rst b/doc/build/index.rst index 125ac5f3d4..d82c0e801c 100644 --- a/doc/build/index.rst +++ b/doc/build/index.rst @@ -14,7 +14,7 @@ A high level view and getting set up. :doc:`Overview ` | :ref:`Installation Guide ` | :doc:`Frequently Asked Questions ` | -:doc:`Migration from 1.1 ` | +:doc:`Migration from 1.2 ` | :doc:`Glossary ` | :doc:`Error Messages ` | :doc:`Changelog catalog `