Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
apark263 committed Nov 16, 2016
1 parent 840ce6e commit e6e6eee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog

## v0.2.6 (2016-11-16)
* Bug fix for clean termination

## v0.2.5 (2016-11-15)
* General code cleanup
* Add prefetch to double-buffer reads for NDS and file block reading
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.2.5'
# The X.Y.Z version.
version = '0.2.6'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _single_compile(obj):

setup(
name='nervana-aeon',
version='0.2.5',
version='0.2.6',
packages=['aeon'],
ext_modules=[module],
)

0 comments on commit e6e6eee

Please sign in to comment.