Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Dec 17, 2019
1 parent 926d106 commit f7b024b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Release history
- Deprecated
- Removed
3.0.0 (unreleased)
------------------
3.0.0 (December 17, 2019)
-------------------------

There are a lot of **breaking changes** in NengoDL 3.0. See the `migration guide
<https://www.nengo.ai/nengo-dl/migration-guide.html#nengodl-2-to-3>`_ for all the
Expand Down
4 changes: 2 additions & 2 deletions nengo_dl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

name = "nengo-dl"
version_info = (3, 0, 0) # (major, minor, patch)
dev = 0 # set to None for releases
dev = None # set to None for releases

version = "{v}{dev}".format(
v=".".join(str(v) for v in version_info),
Expand All @@ -28,7 +28,7 @@
# for release versions of nengo-dl, this should be the latest released
# nengo version. for dev versions of nengo-dl, this should be the current
# nengo dev version.
latest_nengo_version = (3, 0, 1)
latest_nengo_version = (3, 0, 0)

if nengo.version.version_info < minimum_nengo_version: # pragma: no cover
raise ValueError(
Expand Down

0 comments on commit f7b024b

Please sign in to comment.