Skip to content

Commit

Permalink
Release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcstewar committed Nov 19, 2019
1 parent db1902f commit 4731cf9
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 @@ -20,8 +20,8 @@ Release History
- Documentation
0.4.5 (unreleased)
==================
0.4.5 (November 19, 2019)
=========================

- Improvement: subclasses of Network use their class name as a default label
- Bugfix: Removed duplicate response headers (fixes loading in Chrome)
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, 5) # (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 4731cf9

Please sign in to comment.