From 4cd38126234ca4c4158a21d9ba2efead957e88d4 Mon Sep 17 00:00:00 2001 From: frostming Date: Tue, 1 Oct 2019 21:00:40 +0800 Subject: [PATCH] Bump version to 1.1.0 --- HISTORY.rst | 6 ++++++ legit/core.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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'