From b4a2dbef75ab85578adf99491b928db410510d98 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Fri, 30 Mar 2012 07:06:05 -0400 Subject: [PATCH] Added Brad Jasper to the credits and updated Jonathan's github account. --- CREDITS.txt | 5 +++-- categories/__init__.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CREDITS.txt b/CREDITS.txt index eea532e..8dd427f 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -4,8 +4,9 @@ Martin Ogden githun.com/martinogden Ramiro Morales github.com/ramiro Evan Culver github.com/eculver Andrzej Herok github.com/aherok -Jonathan Hensley +Jonathan Hensley github.com/jhensley Justin Quick github.com/justquick Josh Ourisman github.com/joshourisman Jose Soares github.com/josesoa -David Charbonnier github.com/oxys \ No newline at end of file +David Charbonnier github.com/oxys +Brad Jasper github.com/bradjasper \ No newline at end of file diff --git a/categories/__init__.py b/categories/__init__.py index 2c5a0b1..495ffc0 100644 --- a/categories/__init__.py +++ b/categories/__init__.py @@ -1,8 +1,8 @@ __version_info__ = { 'major': 1, 'minor': 0, - 'micro': 3, - 'releaselevel': 'final', + 'micro': 4, + 'releaselevel': 'beta', 'serial': 1 }