Skip to content

Commit

Permalink
Version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Mar 3, 2018
1 parent 4ca3551 commit 80ebaa4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2007-2017, James Bennett
Copyright (c) 2007-2018, James Bennett
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 1 addition & 2 deletions contact_form/runtests.py
Expand Up @@ -67,8 +67,7 @@ def run_tests():
# Then, call django.setup() to initialize the application cache
# and other bits:
import django
if hasattr(django, 'setup'):
django.setup()
django.setup()

# Now we instantiate a test runner...
from django.test.utils import get_runner
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -7,9 +7,9 @@
source_suffix = '.rst'
master_doc = 'index'
project = u'django-contact-form'
copyright = u'2007-2017, James Bennett'
version = '1.4'
release = '1.4.2'
copyright = u'2007-2018, James Bennett'
version = '1.5'
release = '1.5'
exclude_trees = ['_build']
pygments_style = 'sphinx'
html_static_path = ['_static']
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -4,7 +4,7 @@


setup(name='django-contact-form',
version='1.4.2',
version='1.5',
zip_safe=False, # eggs are the devil.
description='A generic contact-form application for Django',
long_description=open(os.path.join(os.path.dirname(__file__),
Expand All @@ -17,9 +17,8 @@
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 80ebaa4

Please sign in to comment.