From a05ba33807fa9fd0409782616093e9481e198d13 Mon Sep 17 00:00:00 2001 From: yshmatov-anaconda Date: Fri, 18 Nov 2022 18:00:06 +0200 Subject: [PATCH] AC-144: bump version to 1.11.1rc2 --- CHANGELOG.md | 4 ++++ binstar_client/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0e92ef..65d92978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ We [keep a changelog.](http://keepachangelog.com/) ## 1.11.1 +### Added + +* yaml files are now supported by `anaconda update` command + ### Technical (internal) * Linters toolset updated diff --git a/binstar_client/__about__.py b/binstar_client/__about__.py index 24b7429a..c455fa52 100644 --- a/binstar_client/__about__.py +++ b/binstar_client/__about__.py @@ -4,4 +4,4 @@ __all__ = ['__version__'] -__version__ = '1.11.1rc1' +__version__ = '1.11.1rc2'