Skip to content

Commit

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

0.4.3 (unreleased)
==================
0.5.0 (March 9, 2019)
=====================

Tested against Nengo versions 2.2.0-2.8.0.
We now require ``numpy>=1.13.0``, ``scipy>=0.19.0``, and ``nengo>=2.2.0``.
Expand Down
4 changes: 2 additions & 2 deletions nengolib/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Nengo Library version information."""

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

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

0 comments on commit 6efaaab

Please sign in to comment.