From af71dde02e873c38743f5947487f5663fa15ce58 Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Sun, 28 May 2017 19:43:17 +0200 Subject: [PATCH] Version is now 0.46 --- RELEASE_NOTES.md | 6 +++++- appveyor.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 25b611213..d6088e641 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 4f148f418..667183cb5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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