]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 0.9.5. setup
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Aug 2017 19:24:28 +0000 (15:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Aug 2017 19:24:28 +0000 (15:24 -0400)
- changelog file setup

Change-Id: I1edd9e055740c9826c4f89d6d74fb12f5e3f58ce

alembic/__init__.py
docs/build/changelog.rst
docs/build/requirements.txt
docs/build/unreleased/README.txt [new file with mode: 0644]

index 1756e49f212033a6343da937c9d4ef3581c79216..1f655bb5a6dfb38f66ed04f4122d116ea1e4e3b2 100644 (file)
@@ -1,6 +1,6 @@
 from os import path
 
-__version__ = '0.9.4'
+__version__ = '0.9.5'
 
 package_dir = path.abspath(path.dirname(__file__))
 
index 19f97216c02fe9005a88cf3ab9667f5282b26aa0..818fd104378868c041b6c16c52719ac88e960490 100644 (file)
@@ -3,6 +3,10 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 0.9.5
+    :include_notes_from: unreleased
+
 .. changelog::
     :version: 0.9.4
     :released: July 31, 2017
index 8faaa2095ae9557d84790b250fe76f0099e552ae..aa476ac37827fa466036e2a5807a3fc73d0a31ad 100644 (file)
@@ -1,4 +1,4 @@
-changelog>=0.3.5
-sphinx-paramlinks>=0.3.2
-python-dateutil
+git+https://bitbucket.org/zzzeek/changelog.git@HEAD#egg=changelog
+git+https://bitbucket.org/zzzeek/sphinx-paramlinks.git@HEAD#egg=sphinx-paramlinks
 git+https://bitbucket.org/zzzeek/sqlalchemy.git
+python-dateutil
diff --git a/docs/build/unreleased/README.txt b/docs/build/unreleased/README.txt
new file mode 100644 (file)
index 0000000..1d2b344
--- /dev/null
@@ -0,0 +1,12 @@
+Individual per-changelog files go here
+in .rst format, which are pulled in by
+changelog (version 0.4.0 or higher) to
+be rendered into the changelog_xx.rst file.
+At release time, the files here are removed and written
+directly into the changelog.
+
+Rationale is so that multiple changes being merged
+into gerrit don't produce conflicts.   Note that
+gerrit does not support custom merge handlers unlike
+git itself.
+