Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Oct 1, 2019
1 parent 697f4b4 commit 4cd3812
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
-------

1.1.0
+++++

* Support a second parameter for ``branches`` command to restrict the results to matching branches.
* ``legit --instal`` can install aliases from a venv-boxed legit.

1.0.2
+++++

Expand Down
2 changes: 1 addition & 1 deletion legit/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
from . import bootstrap
del bootstrap

__version__ = '1.0.2'
__version__ = '1.1.0'
__author__ = 'Kenneth Reitz'
__license__ = 'BSD'

0 comments on commit 4cd3812

Please sign in to comment.