diff --git a/HISTORY.rst b/HISTORY.rst index 8671c6f..dfadadc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 +++++ diff --git a/legit/core.py b/legit/core.py index d6f4165..21db024 100644 --- a/legit/core.py +++ b/legit/core.py @@ -10,6 +10,6 @@ from . import bootstrap del bootstrap -__version__ = '1.0.2' +__version__ = '1.1.0' __author__ = 'Kenneth Reitz' __license__ = 'BSD'