]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- move to "stable", modernize a bit
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jun 2018 22:03:17 +0000 (18:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jun 2018 22:03:42 +0000 (18:03 -0400)
Change-Id: Ia4c29125de1373cdd7a327ea1a960415828466ca

docs/build/front.rst
setup.py

index dceb1a4748003842e9962d0ad56cbf02f94a5000..3c362136561247f3c1e059420b06d0f7fcdcb610 100644 (file)
@@ -11,25 +11,12 @@ 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 `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.
 
 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
index e424eb034eb784d0b264d01ab3a7cd4c33e838d7..67958296467a5b3836633982876480ad3f130d70 100644 (file)
--- 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',