Skip to content

Commit

Permalink
[META] Starting development of 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arvoelke committed Apr 18, 2019
1 parent 078dc4d commit 098cc34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Release History
***************

0.5.2 (unreleased)
==================

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

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

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

0 comments on commit 098cc34

Please sign in to comment.