This commit is contained in:
2019-10-08 18:35:48 +02:00
parent 2f57dcc64c
commit e223525f97
4 changed files with 10 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ class SetupDjangoProject(MyCommand):
setup(
name='django-test',
version='1.0',
version='2.0.dev0',
description='An example django based web application.',
url='https://heinzelwelt.de',
maintainer='Jens Kleineheismann',