Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed May 18, 2018
1 parent aa6aca1 commit f4a622b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Release History
- Fixed
0.4.1 (unreleased)
==================

0.4.1 (May 18, 2018)
====================

This release fixes problems with the online documentation. Local installs are
not affected.


0.4.0 (May 17, 2018)
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, 4, 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 f4a622b

Please sign in to comment.