Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Nov 10, 2021
1 parent ca01960 commit df5094b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ version_py:
major: 0
minor: 4
patch: 0
release: false
release: true
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ Release history
- Removed
- Fixed
0.3.1 (unreleased)
==================
0.4.0 (November 10, 2021)
=========================

**Changed**

- Updated to use KerasLMU 0.4. (`#2`_)

.. _#2: https://github.com/nengo/lmu/pull/2

0.3.0 (November 6, 2020)
========================
Expand Down
2 changes: 1 addition & 1 deletion lmu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version_info = (0, 4, 0)

name = "lmu"
dev = 0
dev = None

# use old string formatting, so that this can still run in Python <= 3.5
# (since this file is parsed in setup.py, before python_requires is applied)
Expand Down

0 comments on commit df5094b

Please sign in to comment.