We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ce741 commit f777fcdCopy full SHA for f777fcd
1 file changed
src/core/settings.py
@@ -8,7 +8,7 @@
8
9
class Settings:
10
PROJECT_TITLE: str = "SNotes"
11
- PROJECT_VERSION: str = "0.1.3"
+ PROJECT_VERSION: str = "1.1.0"
12
DATA_PATH = os.getenv("DATA_PATH", pathlib.Path(os.getcwd(),"data"))
13
PASSWORD_EXPIRATION: str = os.getenv("PASSWORD_EXPIRATION")
14
0 commit comments