Merge pull request #1173 from django-helpdesk/new_release_1.2.0

Update release number for package creation
This commit is contained in:
Christopher Broderick 2024-04-29 21:27:58 +01:00 committed by GitHub
commit dce3c0c73f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ from setuptools import find_packages, setup
import sys
version = '1.1.0'
version = '1.2.0'
# Provided as an attribute, so you can append to these instead