Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 19, 2014
1 parent a729a8c commit 87192f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ The application will now have a ``db`` command line option with several sub-comm
- ``manage.py db history [--rev-range REV_RANGE]``
Shows the list of migrations. If a range isn't given then the entire history is shown.

- ``manage.py db branches``
Lists revisions that have broken the source tree into two versions representing two independent sets of changes.

Notes:

- All options also take a ``--directory DIRECTORY`` option that points to the directory containing the migration scripts. If this argument is omitted the directory used is `migrations`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='Flask-Migrate',
version='1.1.1',
version='1.2.0',
url='http://github.com/miguelgrinberg/flask-migrate/',
license='MIT',
author='Miguel Grinberg',
Expand Down

0 comments on commit 87192f1

Please sign in to comment.