From 16c818221178a55beeae0ad2e332b85fb237567a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Saltvik?= Date: Thu, 8 Dec 2011 15:51:14 +0100 Subject: [PATCH] bump version --- simple_translation/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_translation/__init__.py b/simple_translation/__init__.py index f6f7a96..260e17c 100644 --- a/simple_translation/__init__.py +++ b/simple_translation/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 8, 5, 'final', 0) +VERSION = (0, 8, 6, 'final', 0) def get_version(): # pragma: no cover version = '%s.%s' % (VERSION[0], VERSION[1])