Skip to content

Commit

Permalink
Bump version to 0.1.0 and set to dev status Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Jan 3, 2019
1 parent 952e596 commit 99534e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion django_migration_linter/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from appdirs import user_cache_dir

__version__ = "0.0.7"
__version__ = "0.1.0"

MIGRATION_FOLDER_NAME = "migrations"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 99534e4

Please sign in to comment.