File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ version_py:
59
59
major : 0
60
60
minor : 4
61
61
patch : 0
62
- release : false
62
+ release : true
Original file line number Diff line number Diff line change @@ -19,9 +19,14 @@ Release history
19
19
- Removed
20
20
- Fixed
21
21
22
- 0.3.1 (unreleased )
23
- ==================
22
+ 0.4.0 (November 10, 2021 )
23
+ =========================
24
24
25
+ **Changed **
26
+
27
+ - Updated to use KerasLMU 0.4. (`#2 `_)
28
+
29
+ .. _#2 : https://github.com/nengo/lmu/pull/2
25
30
26
31
0.3.0 (November 6, 2020)
27
32
========================
Original file line number Diff line number Diff line change 13
13
version_info = (0 , 4 , 0 )
14
14
15
15
name = "lmu"
16
- dev = 0
16
+ dev = None
17
17
18
18
# use old string formatting, so that this can still run in Python <= 3.5
19
19
# (since this file is parsed in setup.py, before python_requires is applied)
You can’t perform that action at this time.
0 commit comments