Skip to content

Commit

Permalink
[META] 0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arvoelke committed May 18, 2018
1 parent 9ee5449 commit 9555002
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 @@ -2,8 +2,8 @@
Release History
***************

0.4.2 (unreleased)
==================
0.4.2 (May 18, 2018)
====================

Tested against Nengo versions 2.1.0-2.7.0.

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, 4, 2) # (major, minor, patch)
release_type = "-dev"
release_type = ""

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

0 comments on commit 9555002

Please sign in to comment.