Skip to content

Commit

Permalink
time to release 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Apr 23, 2012
1 parent 89d3bd5 commit 15f0463
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,21 @@
Changelog
---------

3.6 (2012.04.23)
~~~~~~~~~~~~~~~~

- Now commands can have ``-h`` option (GH-2).
- Better Windows compatibility (GH-18, GH-20).
- Refactored internal options representation with easier introspectability
(GH-19).
- Tests support Python 3 (GH-21).

Thanks for this release are going to `Oscar Benjamin`_, every point in this
release is his work.

.. _Oscar Benjamin: https://github.com/oscarbenjamin


3.5 (2012.03.25)
~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion opster.py
Expand Up @@ -10,7 +10,7 @@


__all__ = ['Dispatcher', 'command', 'dispatch']
__version__ = '3.5'
__version__ = '3.6'
__author__ = 'Alexander Solovyov'
__email__ = 'alexander@solovyov.net'

Expand Down

0 comments on commit 15f0463

Please sign in to comment.