Skip to content

Implement the Erbs model #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ What's New

These are new features and improvements of note in each release.

.. include:: whatsnew/v0.3.3.txt
.. include:: whatsnew/v0.3.2.txt
.. include:: whatsnew/v0.3.1.txt
.. include:: whatsnew/v0.3.0.txt
Expand Down
25 changes: 25 additions & 0 deletions docs/sphinx/source/whatsnew/v0.3.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _whatsnew_0330:

v0.3.3 (May xx, 2016)
-----------------------

This is a minor release from 0.3.2.
We recommend that all users upgrade to this version.

Enhancements
~~~~~~~~~~~~

* Adds the Erbs model. (:issue:`2`)


Bug fixes
~~~~~~~~~

* Fix another bug with the Appveyor continuous integration builds.
(:issue:`170`)


Contributors
~~~~~~~~~~~~

* Will Holmgren
Loading