From 7e7914aba64e8b77450ef1f0b0a4ef5359783e3b Mon Sep 17 00:00:00 2001 From: ManonMarchand Date: Mon, 30 Sep 2024 17:48:53 +0200 Subject: [PATCH] maint: prepare v0.5.1 --- CHANGELOG.md | 2 ++ README.md | 4 ++++ src/ipyaladin/__about__.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bca0350..1068f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] + ### Changed - DeprecationWarning messages now clearly say that the methods won't exist in v1.0.0 diff --git a/README.md b/README.md index 8d27d74..b0d2434 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ With a couple of lines, you can display Aladin Lite, center it on the target of - [Installation](#installation) - [Development installation](#development-installation) - [How does it work?](#how-does-it-work) + - [Works with](#works-with) + - [Actively tested](#actively-tested) + - [Not actively tested](#not-actively-tested) - [Acknowledging ipyaladin](#acknowledging-ipyaladin) ## Examples @@ -88,6 +91,7 @@ Correspondence table between ipyaladin versions and Aladin Lite versions: | ipyaladin | Aladin-Lite | | ---------- | ----------- | | Unreleased | 3.5.1-beta | +| 0.5.1 | 3.5.1-beta | | 0.5.0 | 3.5.1-beta | | 0.4.0 | 3.4.4-beta | | 0.3.0 | 3.3.3-dev | diff --git a/src/ipyaladin/__about__.py b/src/ipyaladin/__about__.py index 55d8c67..8bef12b 100644 --- a/src/ipyaladin/__about__.py +++ b/src/ipyaladin/__about__.py @@ -1,2 +1,2 @@ -__version__ = "0.5.0" +__version__ = "0.5.1" __aladin_lite_version__ = "3.5.1-beta"