From: W. Trevor King Date: Thu, 7 Mar 2013 22:17:26 +0000 (-0500) Subject: Bump to version 0.3 X-Git-Tag: v0.3^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d5d907eda08f8b72bbf9557c03b51f2cdcdf642;p=quizzer.git Bump to version 0.3 Changes since 0.2: * Add quiz copyright metadata and the `copyright` cli command. * Cleaned up the data-upgrade framework, so we're ready for any future data format refactoring ;). --- diff --git a/quizzer/__init__.py b/quizzer/__init__.py index 961c2a1..80a070b 100644 --- a/quizzer/__init__.py +++ b/quizzer/__init__.py @@ -20,7 +20,7 @@ import logging as _logging -__version__ = '0.2' +__version__ = '0.3' LOG = _logging.getLogger(__name__) LOG.setLevel(_logging.DEBUG)