Explorar el Código

Version bump for 0.5

tags/v0.4.1
Ben Kurtovic hace 7 años
padre
commit
29c30432df
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. +4
    -0
      CHANGELOG
  2. +1
    -1
      gitup/__init__.py

+ 4
- 0
CHANGELOG Ver fichero

@@ -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 Ver fichero

@@ -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"

Cargando…
Cancelar
Guardar