Skip to content

Commit

Permalink
[META] 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arvoelke committed Apr 17, 2019
1 parent 1713941 commit 078dc4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
Release History
***************

0.5.1 (unreleased)
==================
0.5.1 (April 17, 2019)
======================

Tested against Nengo versions 2.2.0-2.8.0. Requires ``nengo<3.0``.

**Fixed**

Expand Down
2 changes: 1 addition & 1 deletion nengolib/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Nengo Library version information."""

version_info = (0, 5, 1) # (major, minor, patch)
release_type = "-dev"
release_type = ""

version = "%s%s" % (".".join(map(str, version_info)), release_type)

0 comments on commit 078dc4d

Please sign in to comment.