# HG changeset patch # User neko259 # Date 2014-10-28 09:06:18 # Node ID 4d998aba79e4abf0a2e78e93baaa2c2800b1c49c # Parent 3138fe5577f135f449c22cef68936b4639324adf Bumped version to 2.2 diff --git a/boards/settings.py b/boards/settings.py --- a/boards/settings.py +++ b/boards/settings.py @@ -1,4 +1,4 @@ -VERSION = '2.1 Aya' +VERSION = '2.2 Miyu' SITE_NAME = 'Neboard' CACHE_TIMEOUT = 600 # Timeout for caching, if cache is used @@ -19,4 +19,4 @@ ARCHIVE_THREADS = True # Limit posting speed LIMIT_POSTING_SPEED = False # Thread update -WEBSOCKETS_ENABLED = True \ No newline at end of file +WEBSOCKETS_ENABLED = True