Skip to content

Commit

Permalink
Starting development of v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcos committed Aug 27, 2019
1 parent cb54683 commit a19a29a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Release History
- Removed
- Fixed
0.2.1 (Unreleased)
------------------


0.2.0 (August 27, 2019)
-----------------------

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, 2, 0) # (major, minor, patch)
dev = None
version_info = (0, 2, 1) # (major, minor, patch)
dev = 0

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 a19a29a

Please sign in to comment.