Skip to content

Commit

Permalink
Back to development: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 28, 2017
1 parent 50676e0 commit 3fecc43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version History
===============

1.0.0 (unreleased)
------------------

- No changes yet

0.9.9 (2017-08-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion hyperion/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.9.9'
__version__ = '1.0.0'
__dev__ = True
2 changes: 1 addition & 1 deletion src/main/main.f90
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ program main
logical :: confirm_overwrite, show_usage
integer :: n_args

character(len=5), parameter :: fortran_version = '0.9.9'
character(len=5), parameter :: fortran_version = '1.0.0'

call mp_set_compression(.true.)

Expand Down

0 comments on commit 3fecc43

Please sign in to comment.