Explorar el Código

Merge branch 'develop' (release/v0.4.1)

tags/v0.5
Ben Kurtovic hace 6 años
padre
commit
366b7ce576
Se han modificado 3 ficheros con 6 adiciones y 2 borrados
  1. +4
    -0
      CHANGELOG
  2. +1
    -1
      gitup/__init__.py
  3. +1
    -1
      setup.py

+ 4
- 0
CHANGELOG Ver fichero

@@ -1,3 +1,7 @@
v0.4.1 (released December 13, 2017):

- Bump dependencies to deal with newer versions of Git.

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.4.1"
__email__ = "ben.kurtovic@gmail.com"

+ 1
- 1
setup.py Ver fichero

@@ -19,7 +19,7 @@ setup(
name = "gitup",
packages = find_packages(),
entry_points = {"console_scripts": ["gitup = gitup.script:run"]},
install_requires = ["GitPython >= 2.1.1", "colorama >= 0.3.7"],
install_requires = ["GitPython >= 2.1.8", "colorama >= 0.3.9"],
version = __version__,
author = "Ben Kurtovic",
author_email = "ben.kurtovic@gmail.com",


Cargando…
Cancelar
Guardar