Skip to content

Commit

Permalink
Bump version to 1.0, add AUTHORS and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 1, 2015
1 parent 9827590 commit d431e9b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
27 changes: 27 additions & 0 deletions AUHTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Original author:

* Eric Florenzano (@ericflo)

Maintainers:

* Honza Král (@HonzaKral)
* Diederik van der Boor (@vdboor)

Contributions by:

* Cameron Spencer (@eusonic)
* Egor Yurtaev (@yurtaev)
* Francisco Albarran (@pahko)
* Glen Baker (@iepathos)
* Jakub Vysoký (@kvbik)
* Jannis Leidel (@jezdez)
* Jayaseelan Yezhuaralai (@yrcjaya)
* Joshua Bonnett (@Jbonnett)
* Michael Blume
* @SushiTee
* @pahaz
* The World Company (@worldcompany)

* Adam Fast (@adamfast)
* Charles Leifer (@coleifer)
* Flavio Curella (@fcurella)
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Version 1.0 (dev)
-----------------
Version 1.0, 1st October 2015
-----------------------------

* Fixed ``RenderCommentListNode.render()`` for Django 1.8
* Fixed MySQL index issue on tree_path
* Fixed updating ``ThreadedComment.last_child`` correctly

Already released in 1.0b1:
~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added Django 1.7 and 1.8 support
* Deleting last child should mark it's parent as having no children
Expand Down
4 changes: 2 additions & 2 deletions threadedcomments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from threadedcomments.models import ThreadedComment
from threadedcomments.forms import ThreadedCommentForm

# following PEP 386
__version__ = "1.0b1"
# following PEP 440
__version__ = "1.0"

def get_model():
return ThreadedComment
Expand Down

0 comments on commit d431e9b

Please sign in to comment.