Skip to content

Commit

Permalink
Release version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Jun 21, 2019
1 parent 730ce0f commit 772ef89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Release History
- Fixed
0.6.2 (unreleased)
==================
0.6.2 (June 21, 2019)
=====================

**Added**

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, 6, 2) # (major, minor, patch)
dev = True
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 772ef89

Please sign in to comment.