Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #42 from calvinmclean/v0.5.25
Browse files Browse the repository at this point in the history
Release 0.5.25
  • Loading branch information
Calvin McLean authored Sep 9, 2019
2 parents 7432d92 + a224c76 commit df61ae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
- <in case of vulnerabilities>
-->

## [Unreleased](https://github.com/cyverse/rtwo/compare/0.5.24...HEAD) - YYYY-MM-DD
## [Unreleased](https://github.com/cyverse/rtwo/compare/0.5.25...HEAD) - YYYY-MM-DD

## [Unreleased](https://github.com/cyverse/rtwo/compare/0.5.24...0.5.25) - 2019-09-09
### Fixed
- Handle Libcloud exceptions when loading instances with missing source volume
([#40](https://github.com/cyverse/rtwo/pull/40))

## [0.5.24](https://github.com/cyverse/rtwo/compare/0.5.23...0.5.24) - 2018-09-24
### Added
- Added graceful handling of pagination errors
Expand Down
2 changes: 1 addition & 1 deletion rtwo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from subprocess import Popen, PIPE
from os.path import abspath, dirname

VERSION = (0, 5, 24, 'dev', 0)
VERSION = (0, 5, 25, 'dev', 0)


def version_str():
Expand Down

0 comments on commit df61ae0

Please sign in to comment.