Upping version.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.12.1'
|
||||
__version__ = '1.13.0'
|
||||
|
||||
@@ -40,6 +40,9 @@ enable_media = False
|
||||
; Maximum number of columns for a comment
|
||||
max_comment_cols = 120
|
||||
|
||||
; Hide username if logged in, display "Logged in" instead
|
||||
hide_username = False
|
||||
|
||||
################
|
||||
# OAuth Settings
|
||||
################
|
||||
@@ -60,9 +63,6 @@ oauth_redirect_port = 65000
|
||||
; Access permissions that will be requested.
|
||||
oauth_scope = edit,history,identity,mysubreddits,privatemessages,read,report,save,submit,subscribe,vote
|
||||
|
||||
; Hide username if logged in, display "Logged in" instead
|
||||
hide_username = False
|
||||
|
||||
[bindings]
|
||||
##############
|
||||
# Key Bindings
|
||||
|
||||
Reference in New Issue
Block a user