Skip to content

Commit

Permalink
Starting development of v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Mar 3, 2020
1 parent 012ab30 commit 31428d6
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 @@ -19,6 +19,10 @@ Release History
- Bugfixes
- Documentation
0.4.7 (unreleased)
==================


0.4.6 (March 3, 2020)
=====================

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

name = "nengo_gui"
version_info = (0, 4, 6) # (major, minor, patch)
dev = None
version_info = (0, 4, 7) # (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 31428d6

Please sign in to comment.