Browse Source

Version bump; PyPI tweaks.

tags/v0.5.1
Ben Kurtovic 5 years ago
parent
commit
f7b15b5495
4 changed files with 10 additions and 1 deletions
  1. +4
    -0
      CHANGELOG
  2. +4
    -0
      README.md
  3. +1
    -1
      gitup/__init__.py
  4. +1
    -0
      setup.py

+ 4
- 0
CHANGELOG View File

@@ -1,3 +1,7 @@
v0.6 (unreleased):

- ...

v0.5 (released August 28, 2018):

- Added a `--depth` flag to control recursion depth when searching for


+ 4
- 0
README.md View File

@@ -10,6 +10,10 @@ version of git and either Python 2.7 or Python 3 installed.

# Installation

With [pip](https://github.com/pypa/pip/):

pip install gitup

With [Homebrew](http://brew.sh/):

brew install gitup


+ 1
- 1
gitup/__init__.py View File

@@ -10,5 +10,5 @@ gitup: the git repository updater
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2011-2018 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.5"
__version__ = "0.6.dev0"
__email__ = "ben.kurtovic@gmail.com"

+ 1
- 0
setup.py View File

@@ -25,6 +25,7 @@ setup(
author_email = "ben.kurtovic@gmail.com",
description = "Easily update multiple git repositories at once",
long_description = long_desc,
long_description_content_type = "text/markdown",
license = "MIT License",
keywords = "git repository pull update",
url = "https://github.com/earwig/git-repo-updater",


Loading…
Cancel
Save