Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Jan 25, 2022
1 parent 05df7e3 commit f272f9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Release history
- Removed
- Fixed
1.1.0 (unreleased)
==================
1.1.0 (January 25, 2022)
========================

*Compatible with Nengo 3.1.0*
*Compatible with Nengo 3.1.0 - 3.2.0*

*Compatible with NxSDK 0.9.0 - 1.0.0*

Expand Down
2 changes: 1 addition & 1 deletion nengo_loihi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def info2string(info):

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

version = "{v}{dev}".format(
v=info2string(version_info), dev=(".dev%d" % dev) if dev is not None else ""
Expand Down

0 comments on commit f272f9a

Please sign in to comment.