Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Jul 11, 2017
1 parent c0c36dc commit b36aa25
Show file tree
Hide file tree
Showing 3 changed files with 9 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
- Removed
- Fixed
0.5.0 (unreleased)
------------------
0.5.0 (July 11, 2017)
---------------------

**Added**

Expand Down
7 changes: 6 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
include *.rst
include *.txt
include *.yml
recursive-include docs *.css
recursive-include docs *.ico
recursive-include docs *.ipynb
recursive-include docs *.png
recursive-include docs *.py
recursive-include docs *.rst

prune docs/_build
prune tmp

global-exclude *.ipynb_checkpoints*
global-exclude *-checkpoint.ipynb
global-exclude *-checkpoint.ipynb
global-exclude *.bat
global-exclude *.svg
2 changes: 1 addition & 1 deletion nengo_dl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

name = "nengo_dl"
version_info = (0, 5, 0) # (major, minor, patch)
dev = True
dev = False

version = "{v}{dev}".format(v='.'.join(str(v) for v in version_info),
dev='.dev0' if dev else '')

0 comments on commit b36aa25

Please sign in to comment.