Skip to content

Commit

Permalink
Release version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tcstewar committed Jun 9, 2019
1 parent aeeb8f8 commit 35262dc
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 @@ -19,8 +19,8 @@ Release History
- Bugfixes
- Documentation
0.4.4 (unreleased)
==================
0.4.4 (June 9, 2019)
====================

- API change: Added backend to InlineGUI constructor.
- Improvement (Experimental): Added simulator hooks
Expand Down
2 changes: 1 addition & 1 deletion nengo_gui/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

name = "nengo_gui"
version_info = (0, 4, 4) # (major, minor, patch)
dev = 0
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 35262dc

Please sign in to comment.