From 27b4efed7a435153f18598796473b3fba06c513d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 8 Jan 2015 10:14:15 +0100 Subject: Added assertion to better detect diff issues. Helps fixing #35 Also, the production status was changed to 'stable', which should have been done much earlier. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0baf477b..16a47526 100755 --- a/setup.py +++ b/setup.py @@ -97,8 +97,8 @@ GitPython is a python library used to interact with Git repositories""", # "Development Status :: 1 - Planning", # "Development Status :: 2 - Pre-Alpha", # "Development Status :: 3 - Alpha", - "Development Status :: 4 - Beta", - # "Development Status :: 5 - Production/Stable", + # "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", # "Development Status :: 6 - Mature", # "Development Status :: 7 - Inactive", "Environment :: Console", -- cgit v1.2.1