Skip to content

Commit ba5eec6

Browse files
committed
release/0.5
1 parent 3eb6e16 commit ba5eec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.5 (unreleased):
1+
v0.5 (released August 28, 2018):
22

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

gitup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
__author__ = "Ben Kurtovic"
1111
__copyright__ = "Copyright (C) 2011-2018 Ben Kurtovic"
1212
__license__ = "MIT License"
13-
__version__ = "0.5.dev0"
13+
__version__ = "0.5"
1414
__email__ = "[email protected]"

0 commit comments

Comments
 (0)