From: Mike Bayer Date: Fri, 29 Jun 2018 22:03:17 +0000 (-0400) Subject: - move to "stable", modernize a bit X-Git-Tag: rel_1_0_0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06857c136039264bf8f0d508655f648aa51b355;p=thirdparty%2Fsqlalchemy%2Falembic.git - move to "stable", modernize a bit Change-Id: Ia4c29125de1373cdd7a327ea1a960415828466ca --- diff --git a/docs/build/front.rst b/docs/build/front.rst index dceb1a47..3c362136 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -11,25 +11,12 @@ Alembic is hosted on `Bitbucket `_ - the lead project page is at https://bitbucket.org/zzzeek/alembic. Source code is tracked here 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. The most recent published version of this documentation should be at http://alembic.zzzcomputing.com/. -Project Status -============== - -Alembic is currently in beta status and is expected to be fairly -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 master is always available at https://bitbucket.org/zzzeek/alembic/get/master.tar.gz. - .. _installation: Installation diff --git a/setup.py b/setup.py index e424eb03..67958296 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup(name='alembic', description="A database migration tool for SQLAlchemy.", long_description=open(readme).read(), classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'Programming Language :: Python',