diff --git a/CHANGELOG.md b/CHANGELOG.md index 038cbc95..31c68932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ - Added `--keep-location` option on `uninstall` (@DavidWatkins). - Added feature to enable sparse checkouts. See the docs for further information. (@xenji) - ## 1.4 (2017/03/21) - Allow config files to exist in subdirectories of the main project. diff --git a/gitman/__init__.py b/gitman/__init__.py index 508a89c2..f8b22f8b 100644 --- a/gitman/__init__.py +++ b/gitman/__init__.py @@ -3,7 +3,7 @@ import sys __project__ = 'GitMan' -__version__ = '1.5b1' +__version__ = '1.5b2' CLI = 'gitman' PLUGIN = 'deps'