Skip to content

Commit df5094b

Browse files
committed
Release v0.4.0
1 parent ca01960 commit df5094b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.nengobones.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ version_py:
5959
major: 0
6060
minor: 4
6161
patch: 0
62-
release: false
62+
release: true

CHANGES.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ Release history
1919
- Removed
2020
- Fixed
2121
22-
0.3.1 (unreleased)
23-
==================
22+
0.4.0 (November 10, 2021)
23+
=========================
2424

25+
**Changed**
26+
27+
- Updated to use KerasLMU 0.4. (`#2`_)
28+
29+
.. _#2: https://github.com/nengo/lmu/pull/2
2530

2631
0.3.0 (November 6, 2020)
2732
========================

lmu/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
version_info = (0, 4, 0)
1414

1515
name = "lmu"
16-
dev = 0
16+
dev = None
1717

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

0 commit comments

Comments
 (0)