Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Nov 15, 2020
1 parent c2cdc69 commit a95fc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -20,8 +20,8 @@ Release History
- Fixed
1.2.0 (unreleased)
==================
1.2.0 (November 15, 2020)
=========================

**Added**

Expand Down
2 changes: 1 addition & 1 deletion nengo_spa/version.py
Expand Up @@ -8,7 +8,7 @@

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

version = "{v}{dev}".format(
v=".".join(str(v) for v in version_info),
Expand Down

0 comments on commit a95fc0f

Please sign in to comment.