Skip to content

Commit

Permalink
bump v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed May 14, 2024
1 parent 8ecc114 commit 6f2386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impresso/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from .base import get_env_variable

VERSION = (2, 1, 0)
VERSION = (2, 2, 0)

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit 6f2386c

Please sign in to comment.