diff options
| author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-24 15:12:33 +0200 |
|---|---|---|
| committer | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-24 15:23:07 +0200 |
| commit | 08b1f5f4fdc95d4ce24aa33ec82ac0d9723b8a02 (patch) | |
| tree | d8a4c9afdca92dcdebdf0fdb6a8bce0c57d22324 | |
| parent | f0988ccd137dd4208161a9684116a18c829c3b74 (diff) | |
| download | gitdb-2.1.0.dev0.tar.gz | |
chore(ver): bump 2.0.0-->2.1.0.dev0v2.1.0.dev0
| -rw-r--r-- | .appveyor.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | gitdb/__init__.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 734bf72..3d8a678 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,7 +38,7 @@ install: git config --global user.name "Travis Runner" - pip install -e . - - pip install -I git+https://github.com/ankostis/smmap.git@leaks + - pip install -I git+https://github.com/ankostis/smmap.git@v2.1.0.dev0 build: false diff --git a/.travis.yml b/.travis.yml index b7fc9e0..a29b64d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ git: depth: 1000 install: - pip install coveralls - - pip install -I git+https://github.com/ankostis/smmap.git@leaks + - pip install -I git+https://github.com/ankostis/smmap.git@v2.1.0.dev0 script: - ulimit -n 48 - ulimit -n diff --git a/gitdb/__init__.py b/gitdb/__init__.py index c718c33..68c882b 100644 --- a/gitdb/__init__.py +++ b/gitdb/__init__.py @@ -10,7 +10,7 @@ import os __author__ = "Sebastian Thiel" __contact__ = "byronimo@gmail.com" __homepage__ = "https://github.com/gitpython-developers/gitdb" -version_info = (2, 0, 0) +version_info = (2, 1, 0, 'dev0') __version__ = '.'.join(str(i) for i in version_info) |
