Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Jul 20, 2023
1 parent b0710c7 commit 7574541
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
required: false
default: false

defaults:
run:
shell: bash -el {0}

jobs:
static:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ version_py:
major: 0
minor: 7
patch: 0
release: False
release: true
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.7.0 (unreleased)
==================
0.7.0 (July 20, 2023)
=====================

*Compatible with TensorFlow 2.4 - 2.13*

Expand Down
2 changes: 1 addition & 1 deletion keras_lmu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version_info = (0, 7, 0)

name = "keras-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 7574541

Please sign in to comment.