Skip to content

Commit

Permalink
Release prep. !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Sep 19, 2017
1 parent 9994a36 commit 508be07
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@ Release History

.. :changelog:
v0.6.4 (2017-09-18)
-------------------

New
~~~
- Added :func:`nicfit.command.register` decorator as class member to
:class:`nicfit.command.Command`; less to import for convenience.
- Added ``nicfit[cookiecutter]`` to dev requirements.
- Docs use Sphinx_rtd_theme.

Changes
~~~~~~~
- Added README to dock title.
- Removed servedocs Makefile target.
- Use nicfit.py's ArgumentParser for subparsers and commands.
- Use ``print`` instead of logging for uncaught exceptions.

Other
~~~~~
- Update babel to 2.5.1 (#144) <[email protected]>
- Update tox from 2.8.1 to 2.8.2 (#141) <[email protected]>
- Update pytest-asyncio from 0.6.0 to 0.7.0 (#140) <[email protected]>
- Update wheel from 0.29.0 to 0.30.0 (#142) <[email protected]>
- Update pytest-runner from 2.12 to 2.12.1 (#138) <[email protected]>
- Update pytest from 3.2.1 to 3.2.2 (#139) <[email protected]>
- Update tox from 2.8.0 to 2.8.1 (#137) <[email protected]>
- Pin deprecation to latest version 1.0.1 (#136) <[email protected]>
- Pin pss to latest version 1.41 (#135) <[email protected]>


v0.6.3 (2017-09-03)
--------------------

Expand Down

0 comments on commit 508be07

Please sign in to comment.