diff --git a/README.rst b/README.rst index 9c47e3f0..fa7554ff 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Usage Examples -------- -3YOURMIND is running the linter on `Bitbucket Pipelines`_ on every build getting pushed. +3YOURMIND is running the linter on every build getting pushed through CI. Checkout the ``examples/`` folder to see how you could integrate the linter in your test suite. Ignoring migrations diff --git a/django_migration_linter/constants.py b/django_migration_linter/constants.py index 67c9e538..052e74e6 100644 --- a/django_migration_linter/constants.py +++ b/django_migration_linter/constants.py @@ -14,7 +14,7 @@ from appdirs import user_cache_dir -__version__ = "0.0.7" +__version__ = "0.1.0" MIGRATION_FOLDER_NAME = "migrations" diff --git a/setup.py b/setup.py index cc198273..9e896cba 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def get_version(): keywords='django migration lint linter database backward compatibility', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Environment :: Web Environment', 'Framework :: Django',