Skip to content

Commit

Permalink
pushed version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ebreton committed Feb 7, 2018
1 parent a853e77 commit 5e18161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from utils import get_optional_env, get_mandatory_env

VERSION = "0.3.2"
VERSION = "0.3.3"
APP_SECRET = get_optional_env("APP_SECRET", str(uuid.uuid4()))

STORAGE_TYPE = get_optional_env("STORAGE_TYPE", "entities.storage")
Expand Down

0 comments on commit 5e18161

Please sign in to comment.