Browse Source

release/0.5

tags/v0.5^0
Ben Kurtovic 5 years ago
parent
commit
ba5eec6989
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG
  2. +1
    -1
      gitup/__init__.py

+ 1
- 1
CHANGELOG View File

@@ -1,4 +1,4 @@
v0.5 (unreleased):
v0.5 (released August 28, 2018):

- Added a `--depth` flag to control recursion depth when searching for
repositories inside of subdirectories. For example:


+ 1
- 1
gitup/__init__.py View File

@@ -10,5 +10,5 @@ gitup: the git repository updater
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2011-2018 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.5.dev0"
__version__ = "0.5"
__email__ = "ben.kurtovic@gmail.com"

Loading…
Cancel
Save