forked from claw/flaskpaste
bump version to 1.1.0, centralize VERSION constant
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
# Application version
|
||||
VERSION = "1.1.0"
|
||||
|
||||
|
||||
class Config:
|
||||
"""Base configuration."""
|
||||
|
||||
Reference in New Issue
Block a user