Skip to content

Commit

Permalink
Version is now 0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed May 28, 2017
1 parent caf0e52 commit af71dde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### New in 0.45 (not released yet)
### New in 0.46 (not released yet)

* _Nothing yet_

### New in 0.45.2877 (released 2017-05-28)

* Breaking: Asynchronous subscribers are now **disabled by default**, i.e.,
any implementations of `ISubscribeAsynchronousTo<,,>` wont get invoked
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
init:
- git config --global core.autocrlf input

version: 0.45.{build}
version: 0.46.{build}

install:
- cmd: pip install -U Sphinx
Expand Down

0 comments on commit af71dde

Please sign in to comment.