summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-06 16:09:47 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-06 16:09:47 +0100
commit68f8a43d1b643318732f30ee1cd75e1d315a4537 (patch)
tree1b0b655512243a41ce539e775d375509e912f5f1 /doc/source/changes.rst
parentc8cf69b6f8bd73525b5375bd73f1fc79ae322a82 (diff)
downloadgitpython-68f8a43d1b643318732f30ee1cd75e1d315a4537.tar.gz
Bumped version to 0.3.4
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index bb301f87..b7479e4f 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,7 +2,7 @@
Changelog
=========
-0.3.4 - python 3 support
+0.3.4 - Python 3 Support
========================
* Internally, hexadecimal SHA1 are treated as ascii encoded strings. Binary SHA1 are treated as bytes.
* Id attribute of Commit objects is now `hexsha`, instead of `binsha`. The latter makes no sense in python 3 and I see no application of it anyway besides its artificial usage in test cases.