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

View File

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