]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
announce git move
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 May 2013 00:47:28 +0000 (20:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 May 2013 00:47:28 +0000 (20:47 -0400)
docs/build/changelog.rst
docs/build/front.rst

index a62e198897922385ce70a97f8cfe47962b5a63fc..842fdb4092269de20fb722ca5dbc597399d390f8 100644 (file)
@@ -6,6 +6,11 @@ Changelog
 .. changelog::
     :version: 0.6.0
 
+    .. change::
+      :tags: misc
+
+      Source repository has been moved from Mercurial to Git.
+
     .. change::
       :tags: bug
 
index d9963b8b26c4f8317960ddc3994557b92aaf43e9..26be21b02b20b86c286a03210e087376306e984f 100644 (file)
@@ -9,7 +9,10 @@ Project Homepage
 
 Alembic is hosted on `Bitbucket <http://bitbucket.org>`_ - the lead project
 page is at https://bitbucket.org/zzzeek/alembic. Source code is tracked here
-using `Mercurial <http://mercurial.selenic.com/>`_.
+using `Git <http://git-scm.com/>`_.
+
+.. versionchanged:: 0.6
+       The source repository was moved from Mercurial to Git.
 
 Releases and project status are available on Pypi at
 http://pypi.python.org/pypi/alembic.
@@ -25,7 +28,7 @@ stable.   Users should take care to report bugs and missing features
 (see :ref:`bugs`) on an as-needed
 basis.  It should be expected that the development version may be required
 for proper implementation of recently repaired issues in between releases;
-the latest default tip is always available at https://bitbucket.org/zzzeek/alembic/get/default.tar.gz.
+the latest master is always available at https://bitbucket.org/zzzeek/alembic/get/master.tar.gz.
 
 .. _installation: