Skip to content

Commit

Permalink
Starting development of v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Nov 16, 2023
1 parent 794bf8a commit 0984e87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ pre_commit_config_yaml: {}
version_py:
major: 2
minor: 0
patch: 0
release: true
patch: 1
release: false
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Release History
- Fixed
2.0.1 (unreleased)
==================



2.0.0 (November 16, 2023)
=========================

Expand Down
4 changes: 2 additions & 2 deletions nengo_spa/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
tagged with the version.
"""

version_info = (2, 0, 0)
version_info = (2, 0, 1)

name = "nengo-spa"
dev = None
dev = 0

# 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 0984e87

Please sign in to comment.