forked from claw/flaskpaste
bump version to 1.3.0
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
# Application version
|
# Application version
|
||||||
VERSION = "1.2.0"
|
VERSION = "1.3.0"
|
||||||
|
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "flaskpaste"
|
name = "flaskpaste"
|
||||||
version = "1.2.0"
|
version = "1.3.0"
|
||||||
description = "Secure pastebin with mTLS authentication and E2E encryption"
|
description = "Secure pastebin with mTLS authentication and E2E encryption"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user