Skip to content

Commit

Permalink
maint: prepare v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Sep 30, 2024
1 parent dc38840 commit dd2a712
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion src/ipyaladin/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
__aladin_lite_version__ = "3.5.1-beta"

0 comments on commit dd2a712

Please sign in to comment.