]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add changelog 13 and links
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Jul 2018 21:37:06 +0000 (17:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Jul 2018 21:39:56 +0000 (17:39 -0400)
Change-Id: I658a5958c0b053a26308aba213d9da3a67b75a1c

doc/build/changelog/changelog_13.rst [new file with mode: 0644]
doc/build/changelog/index.rst
doc/build/index.rst

diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst
new file mode 100644 (file)
index 0000000..d8ef726
--- /dev/null
@@ -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
index 3d3cdf3a95496688d0d71e73c59d7342b38e97d2..09935346141a4849e32123d712ac59dcff9ebf13 100644 (file)
@@ -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
index 125ac5f3d477e36205e198566c9de7ee785ea3b4..d82c0e801cce96e3c06146f2dd6e4a56a1578aaa 100644 (file)
@@ -14,7 +14,7 @@ A high level view and getting set up.
 :doc:`Overview <intro>` |
 :ref:`Installation Guide <installation>` |
 :doc:`Frequently Asked Questions <faq/index>` |
-:doc:`Migration from 1.1 <changelog/migration_12>` |
+:doc:`Migration from 1.2 <changelog/migration_13>` |
 :doc:`Glossary <glossary>` |
 :doc:`Error Messages <errors>` |
 :doc:`Changelog catalog <changelog/index>`