Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Jan 28, 2020
1 parent 3dbb8af commit fd26177
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 @@ -19,8 +19,8 @@ Release History
- Removed
- Fixed
0.9.0 (unreleased)
==================
0.9.0 (January 28, 2020)
========================

**Changed**

Expand Down
4 changes: 2 additions & 2 deletions nengo_bones/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"""

name = "nengo-bones"
version_info = (0, 8, 1) # (major, minor, patch)
dev = 0
version_info = (0, 9, 0) # (major, minor, patch)
dev = None

version = "{v}{dev}".format(
v=".".join(str(v) for v in version_info),
Expand Down

0 comments on commit fd26177

Please sign in to comment.