Skip to content

Commit

Permalink
Release version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Nov 3, 2015
1 parent 0664d28 commit 044b9c4
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.1.5 (unreleased)
==================
0.1.5 (November 3, 2015)
========================

- Added a set of tutorials to the built-in examples.
- Added cross-hairs when hovering over plots.
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, 1, 5) # (major, minor, patch)
dev = True
dev = False

version = "{v}{dev}".format(v='.'.join(str(v) for v in version_info),
dev='-dev' if dev else '')

0 comments on commit 044b9c4

Please sign in to comment.