Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Nov 7, 2017
1 parent b3a27ee commit 03d926c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Release History
- Fixed
0.3.1 (unreleased)
==================
0.3.1 (November 7, 2017)
========================

**Changed**

Expand All @@ -41,8 +41,8 @@ Release History
- Fixed warning produce by the ``create_inhibit_node`` function.
(`#90 <https://github.com/nengo/nengo_spa/pull/90>`_)
- Prevent whitespace from being completely removed in action rules.
(`#92 <https://github.com/nengo/nengo_spa/issues/92`_,
`#93 <https://github.com/nengo/nengo_spa/pull/93`_)
(`#92 <https://github.com/nengo/nengo_spa/issues/92>`_,
`#93 <https://github.com/nengo/nengo_spa/pull/93>`_)
- Have the ``intercept_width`` argument of ``IA`` actually take effect.
(`#94 <https://github.com/nengo/nengo_spa/issues/94>`_,
`#97 <https://github.com/nengo/nengo_spa/pull/97>`_)
Expand Down
2 changes: 1 addition & 1 deletion nengo_spa/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

name = "nengo_spa"
version_info = (0, 3, 1) # (major, minor, patch)
dev = 0
dev = None

version = "{v}{dev}".format(v=".".join(str(v) for v in version_info),
dev="" if dev is None else ".dev{:d}".format(dev))

0 comments on commit 03d926c

Please sign in to comment.