# HG changeset patch # User Peter Sanchez # Date 1474727034 25200 # Sat Sep 24 07:23:54 2016 -0700 # Node ID d35181d23d3e3b659b7a9460d63fdf77837344ce # Parent f8ebde08de6d3b5f9b96c83e0e3098cd4599fc57 Version bump diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-trello-broker ==================== :Info: Django app to integrate BitBucket POST hooks and Trello boards -:Version: 0.2 +:Version: 0.3 :Author: Peter Sanchez - Netlandish Inc. (http://www.netlandish.com) Dependencies diff --git a/trello_broker/__init__.py b/trello_broker/__init__.py --- a/trello_broker/__init__.py +++ b/trello_broker/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 2, 0, 'beta', 0) +VERSION = (0, 3, 0, 'final', 0) # taken from django-registration