Skip to content

Commit

Permalink
This is 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 28, 2015
1 parent 2792180 commit e09e518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Rb Changelog
Version 1.1.2
-------------

(released on Sep 28th 2015)

- Fixed command buffers for disabled max concurrency.
- Fixed map manager timeouts.

Expand Down
2 changes: 1 addition & 1 deletion rb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from rb.promise import Promise


__version__ = '1.1.1'
__version__ = '1.1.2'

__all__ = [
# cluster
Expand Down

0 comments on commit e09e518

Please sign in to comment.