Skip to content

Commit

Permalink
Bumped version up to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Jul 23, 2013
1 parent 34ac978 commit c03b53e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,25 @@ License

Changelog
~~~~~~~~~

- 0.9.7

+ No longer dies with InvalidJobException when failing to retrieve job
metadata from DRMAA service.
+ Now print all exceptions encountered for jobs submitted instead of just
exiting after first one.
+ Die via exception instead of sys.exit when there were problems with some
of the submitted jobs.

- 0.9.6

+ Fixed bug where jobs were being aborted before they ran.

- 0.9.5

+ Fixed bug where GRID_MAP_USE_MEM_FREE would only be interpretted as true if spelled 'True'.
+ Added documentation describing how to override constants.

- 0.9.4

+ Added support for overriding the default queue and other constants via environment variables. For example, to change the default queue, just set the environment variable GRID_MAP_DEFAULT_QUEUE.
Expand Down
2 changes: 1 addition & 1 deletion gridmap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


# Version info
__version__ = '0.9.6'
__version__ = '0.9.7'
VERSION = tuple(int(x) for x in __version__.split('.'))

# For * imports
Expand Down

0 comments on commit c03b53e

Please sign in to comment.