Skip to content

Commit

Permalink
Merge pull request #1505 from pyne/0.7.8-rc1
Browse files Browse the repository at this point in the history
Changes for release 0.7.8
  • Loading branch information
ahnaf-tahmid-chowdhury committed Dec 24, 2023
2 parents d216b0b + b5b64f5 commit 8789c35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
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
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 8789c35

Please sign in to comment.