# HG changeset patch # User Andrew Shadura # Date 2017-07-26 20:22:13 # Node ID 64ea7ea0923618a0c117acebb816a6f0d162bfdb # Parent da2a9107ee7c6990eae244d676d58821e1d9792d release: 0.3.3 diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -29,7 +29,7 @@ Original author and date, and relevant c import sys import platform -VERSION = (0, 3, 2) +VERSION = (0, 3, 3) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',