This website works better with JavaScript.
Home
Help
Sign In
ben
/
git-repo-updater
mirror of
https://github.com/earwig/git-repo-updater
Watch
1
Star
1
Fork
0
Code
Releases
11
Activity
Browse Source
Version bump for 0.5
tags/v0.4.1
Ben Kurtovic
7 years ago
parent
b99bb2e14d
commit
29c30432df
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CHANGELOG
+1
-1
gitup/__init__.py
+ 4
- 0
CHANGELOG
View File
@@ -1,3 +1,7 @@
v0.5 (unreleased):
- ...
v0.4 (released January 17, 2017):
- Added a `--prune` flag to delete remote-tracking branches that no longer
+ 1
- 1
gitup/__init__.py
View File
@@ -10,5 +10,5 @@ gitup: the git repository updater
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2011-2017 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.
4
"
__version__ = "0.
5.dev0
"
__email__ = "ben.kurtovic@gmail.com"
Write
Preview
Loading…
Cancel
Save