Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Oct 17, 2017
1 parent 02055c1 commit 2fd7717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Release History
- Bugfixes
- Documentation
0.3.1 (unreleased)
==================

0.3.1 (October 17, 2017)
========================

- Improved some error messages.
- Fixed an issue with Safari compatibility.

0.3.0 (February 22, 2017)
=========================
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, 3, 1) # (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 2fd7717

Please sign in to comment.