Skip to content

Commit 353f807

Browse files
committed
maint: release v0.8.0
1 parent 2b7bbe6 commit 353f807

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [Unreleased]
1818

19+
## [0.8.0]
20+
1921
## Added
2022

2123
- `projection` parameter can now be called to change the projection of the

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Correspondence table between ipyaladin versions and Aladin Lite versions:
9191
| ipyaladin | Aladin-Lite |
9292
| ---------- | ----------- |
9393
| Unreleased | 3.9.0-beta |
94+
| 0.8.0 | 3.9.0-beta |
9495
| 0.7.0 | 3.7.3-beta |
9596
| 0.6.0 | 3.6.5 |
9697
| 0.5.2 | 3.5.1-beta |

src/ipyaladin/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.7.0"
2-
__aladin_lite_version__ = "3.7.3-beta"
1+
__version__ = "0.8.0"
2+
__aladin_lite_version__ = "3.9.0-beta"

0 commit comments

Comments
 (0)