Skip to content

Commit

Permalink
Bump to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 6, 2023
1 parent 20f9834 commit 3313a84
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sass_processor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@
13. git push
"""

__version__ = '1.2.2'

import django

if django.VERSION < (3, 2):
# https://docs.djangoproject.com/en/dev/releases/3.2/#whats-new-3-2
default_app_config = 'sass_processor.apps.SassProcessorConfig'
__version__ = '1.3'

0 comments on commit 3313a84

Please sign in to comment.