Skip to content

Commit

Permalink
Changelog for 0.5
Browse files Browse the repository at this point in the history
- Also specify that Python 3.5 is supported.
  • Loading branch information
metatoaster committed Aug 27, 2016
1 parent 7aebbd4 commit 8f018e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.5 - Unreleased
----------------

- Provide Affilate Command base class which can serve as the base for
providing moderation/role handling features
- Use Affiliate class to provide a RandomPromotion class which does what
the name suggests.
- Added some more mock values to the test client in debug mode.

0.4 - 2015-09-12
----------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet",
"Topic :: Utilities",
Expand Down

0 comments on commit 8f018e5

Please sign in to comment.