Skip to content

Commit

Permalink
Bump version and set release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Mar 7, 2016
1 parent e6d261b commit 6857b21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Releases
========

Version 3.0, Released March 7, 2016
-----------------------------------

* Replaced all flag based commands with sub-commands.
This change means all interaction now happens through
``handroll build``, ``handroll watch``, and ``handroll scaffold``.

Version 2.1, Released October 18, 2015
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools.command.sdist import sdist
import sys

__version__ = '2.1'
__version__ = '3.0'


class BuildPy(build_py):
Expand Down

0 comments on commit 6857b21

Please sign in to comment.