Skip to content

Commit

Permalink
update changelog for 1.9.1 release (engine-1.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Mar 7, 2016
1 parent e94a4a9 commit d04e63e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
python-oq-engine (1.9.1-0~precise01) precise; urgency=low

[Michele Simionato]
* Fixed a bug in the Web UI when running a risk calculation starting
from a previous calculation

-- Matteo Nastasi (GEM Foundation) <[email protected]> Mon, 07 Mar 2016 11:11:59 +0100

python-oq-engine (1.9.0-0~precise01) precise; urgency=low

[Michele Simionato]
Expand Down
2 changes: 1 addition & 1 deletion openquake/engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# "-" + <pkg-version> + "+dev" + <secs_since_epoch> + "-" + <commit-id>
# NB: the next line is managed by packager.sh script (we retrieve the version
# using sed and optionally replace it)
__version__ = '1.9.0'
__version__ = '1.9.1'
__version__ += git_suffix(__file__)

# The path to the OpenQuake root directory
Expand Down

0 comments on commit d04e63e

Please sign in to comment.