Skip to content

Commit

Permalink
[META] 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arvoelke committed Sep 10, 2019
1 parent 882fd16 commit 91d5edf
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.5.2 (unreleased)
==================
0.5.2 (September 10, 2019)
==========================

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

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

0 comments on commit 91d5edf

Please sign in to comment.