Skip to content

Commit

Permalink
Starting development of v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Nov 16, 2023
1 parent 0f9d815 commit b066930
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .nengobones.yml
Expand Up @@ -230,5 +230,6 @@ pyproject_toml:
version_py:
major: 4
minor: 0
patch: 0
release: true
patch: 1
release: false

5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -19,6 +19,11 @@ Release history
- Removed
- Fixed
4.0.1 (unreleased)
==================



4.0.0 (November 16, 2023)
=========================

Expand Down
4 changes: 2 additions & 2 deletions nengo/version.py
Expand Up @@ -11,10 +11,10 @@
tagged with the version.
"""

version_info = (4, 0, 0)
version_info = (4, 0, 1)

name = "nengo"
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 b066930

Please sign in to comment.