Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcos committed Aug 27, 2019
1 parent 7528a30 commit cb54683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Release History
- Removed
- Fixed
0.1.1 (Unreleased)
------------------
0.2.0 (August 27, 2019)
-----------------------

**Added**

Expand Down
4 changes: 2 additions & 2 deletions nengo_fpga/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"""

name = "nengo-fpga"
version_info = (0, 1, 1) # (major, minor, patch)
dev = 0
version_info = (0, 2, 0) # (major, minor, patch)
dev = None

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

0 comments on commit cb54683

Please sign in to comment.