Skip to content

Commit

Permalink
This project is ongoing by great contributors, not just me
Browse files Browse the repository at this point in the history
  • Loading branch information
Park Hyunwoo committed Dec 11, 2017
1 parent 7c3e3b6 commit e54c338
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.8.8.5 - Now we're supporting Django 2.0
0.8.8.4 - Hotfix for handling static files
0.8.8.3 - Fix a migration issue and minor bugs
0.8.8.2 - Hotfix for lazy initialization
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2013 Park Hyunwoo
Copyright (c) 2013-2017 django-summernote contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,5 @@ LIMITATIONS
LICENSE
-------

`django-summernote` is distributed under MIT license.
`django-summernote` is distributed under MIT license and proudly served by great contributors.

4 changes: 2 additions & 2 deletions django_summernote/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version_info = (0, 8, 8, 4)
version_info = (0, 8, 8, 5)

__version__ = version = '.'.join(map(str, version_info))
__project__ = PROJECT = 'django-summernote'
__author__ = AUTHOR = "Park Hyunwoo <[email protected]>"
__author__ = AUTHOR = "django-summernote contributors"


default_app_config = 'django_summernote.apps.DjangoSummernoteConfig'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
include_package_data=True,
zip_safe=False,

author='Park Hyunwoo',
author_email='ez.amiryo' '@' 'gmail.com',
author='django-summernote contributors',
maintainer='django-summernote maintainers',
url='http://github.com/summernote/django-summernote',

Expand Down

0 comments on commit e54c338

Please sign in to comment.