diff options
| author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-27 11:45:51 +0200 |
|---|---|---|
| committer | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-27 14:57:11 +0200 |
| commit | fa89615868888fe656ba7bdda2a2fb4baa701349 (patch) | |
| tree | b2da4769e8f41156c05bb37c555c8cffb9009c51 /gitdb/__init__.py | |
| parent | 40199bad6862f21527c322f41653179c700edea3 (diff) | |
| download | gitdb-2.1.0.dev3.tar.gz | |
chore(ver): bump 2.0.0.dev1-->2.1.0.dev3, and morev2.1.0.dev3
+ chore(deps):
+ smmap2-v2.1.0.dev4 (FIXes memoryview leak).
+ FIX quoted environment marker in requirements.
+ import actually smmap2!
Diffstat (limited to 'gitdb/__init__.py')
| -rw-r--r-- | gitdb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/__init__.py b/gitdb/__init__.py index 33229ce..9244074 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, 1, 0, 'dev1') +version_info = (2, 1, 0, 'dev3') __version__ = '.'.join(str(i) for i in version_info) |
