Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Nov 16, 2023
1 parent 9c6fb07 commit 794bf8a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -84,6 +84,8 @@ jobs:
echo '${{ secrets.PYPIRC_FILE }}' > ~/.pypirc
- uses: actions/checkout@v3
- uses: nengo/nengo-bones/actions/setup@main
with:
python-version: '3.9'
- uses: nengo/nengo-bones/actions/generate-and-check@main
- uses: nengo/nengo-bones/actions/run-script@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .nengobones.yml
Expand Up @@ -157,4 +157,4 @@ version_py:
major: 2
minor: 0
patch: 0
release: false
release: true
9 changes: 7 additions & 2 deletions CHANGES.rst
Expand Up @@ -20,8 +20,13 @@ Release History
- Fixed
1.3.1 (unreleased)
==================
2.0.0 (November 16, 2023)
=========================

**Changed**

- Made NengoSPA available under the GPLv2 license.
(`#295 <https://github.com/nengo/nengo-spa/pull/295>`__)


1.3.0 (November 30, 2021)
Expand Down
2 changes: 1 addition & 1 deletion nengo_spa/version.py
Expand Up @@ -14,7 +14,7 @@
version_info = (2, 0, 0)

name = "nengo-spa"
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 794bf8a

Please sign in to comment.