From 68f8a43d1b643318732f30ee1cd75e1d315a4537 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 6 Jan 2015 16:09:47 +0100 Subject: Bumped version to 0.3.4 --- VERSION | 2 +- doc/source/changes.rst | 2 +- setup.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 1c09c74e..42045aca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.3 +0.3.4 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. diff --git a/setup.py b/setup.py index e1f77058..bdd4a423 100755 --- a/setup.py +++ b/setup.py @@ -112,8 +112,8 @@ GitPython is a python library used to interact with Git repositories""", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", - # "Programming Language :: Python :: 3", - # "Programming Language :: Python :: 3.3", - # "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", ] ) -- cgit v1.2.3