Skip to content

Commit

Permalink
bump v to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed May 14, 2024
1 parent 55a8baf commit 8ecc114
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions impresso/settings.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
import os
from .base import get_env_variable

"""
Django settings for impresso project.
Generated by 'django-admin startproject' using Django 2.1.3.
For more information on this file, see
https://docs.djangoproject.com/en/2.1/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/2.1/ref/settings/
"""

VERSION = (2, 0, 3)
VERSION = (2, 1, 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 8ecc114

Please sign in to comment.