From: Mike Bayer Date: Thu, 16 May 2013 00:47:28 +0000 (-0400) Subject: announce git move X-Git-Tag: rel_0_6_0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79409b733d54af1781bb473115127d57bf8408d1;p=thirdparty%2Fsqlalchemy%2Falembic.git announce git move --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index a62e1988..842fdb40 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 diff --git a/docs/build/front.rst b/docs/build/front.rst index d9963b8b..26be21b0 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -9,7 +9,10 @@ Project Homepage Alembic is hosted on `Bitbucket `_ - the lead project page is at https://bitbucket.org/zzzeek/alembic. Source code is tracked here -using `Mercurial `_. +using `Git `_. + +.. 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: