Browse Source

Version bump for 0.5

tags/v0.4.1
Ben Kurtovic 7 years ago
parent
commit
29c30432df
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG
  2. +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"

Loading…
Cancel
Save