Skip to content

Commit

Permalink
update the version string
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Dec 12, 2023
1 parent d216b0b commit b5b64f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ PyNE Change Log

Next Version
============


v0.7.8
======
**Change**
* Move tests from nose to pytest (#1478 #1493)
* Update MOAB dead link and add PyNE logo to readme file (#1481)
Expand Down
2 changes: 1 addition & 1 deletion pyne/pyne_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Set PYNE version
PYNE_MAJOR_VERSION = 0
PYNE_MINOR_VERSION = 7
PYNE_PATCH_VERSION = 7
PYNE_PATCH_VERSION = 8

PYNE_VERSION = '{0}.{1}.{2}'.format(PYNE_MAJOR_VERSION, PYNE_MINOR_VERSION, PYNE_PATCH_VERSION)

Expand Down

0 comments on commit b5b64f5

Please sign in to comment.