diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-07-05 17:00:27 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-07-05 17:00:31 +0200 |
| commit | 656a2e0b4da7d60ac638d1615751a89efb3a4eee (patch) | |
| tree | bde5b46e8c9572b11897d7b9c2ebef847a8d36f2 /gitdb | |
| parent | a4deb8461e6fbca0306a24f22b0c494679ad4757 (diff) | |
| download | gitdb-0.5.4.tar.gz | |
bumped version to 0.5.40.5.4
Diffstat (limited to 'gitdb')
| -rw-r--r-- | gitdb/__init__.py | 2 | ||||
| m--------- | gitdb/ext/smmap | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/__init__.py b/gitdb/__init__.py index 9135910..800b292 100644 --- a/gitdb/__init__.py +++ b/gitdb/__init__.py @@ -27,7 +27,7 @@ _init_externals() __author__ = "Sebastian Thiel" __contact__ = "byronimo@gmail.com" __homepage__ = "https://github.com/gitpython-developers/gitdb" -version_info = (0, 5, 3) +version_info = (0, 5, 4) __version__ = '.'.join(str(i) for i in version_info) diff --git a/gitdb/ext/smmap b/gitdb/ext/smmap -Subproject 9c3eb3dafd765ee2e8299b53a1d8d780d9a8f55 +Subproject d13e3aeb168645965720ddec1f469e05771563e |
