Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #83 from aldryn/mkoistinen/prep_release
Browse files Browse the repository at this point in the history
Prep for release
  • Loading branch information
mkoistinen committed Jul 30, 2015
2 parents ff46429 + fbe0201 commit fa18652
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
CHANGELOG
=========

1.0.0 (2015-07-29)
------------------

* Adds revisioning
* Names (and slugs) are now translatable
* Groups are now sortable
* Users are presented alphabetically
* New option to show ungrouped people in people plugin
* New groups list view
* Adds CMS Toolbar "people" when on Aldryn People views
* Numerous other UI/UX improvements
* Adds documentation
* Adds Django 1.8.x and django CMS 3.1.x support
* Adds configuration for frontend testing
* Adds static placeholders to group-list and group-detail templates

0.5.3 (2015-07-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aldryn_people/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.5.3'
__version__ = '1.0.0'
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@

# https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand All @@ -41,7 +42,10 @@
setup(
name='aldryn-people',
version=__version__,
description='Renders a list of people',
description='Aldryn People publishes profile pages for people in your '
'organisation including team members, collaborators, '
'partners, clients, and so on, including photographs and '
'address information.',
author='Divio AG',
author_email='info@divio.ch',
url='https://github.com/aldryn/aldryn-people',
Expand Down

0 comments on commit fa18652

Please sign in to comment.