mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
2.7.1
This commit is contained in:
parent
a16f6d409c
commit
bcea419bfd
3 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 2.7.1 - 2024-10-25
|
||||
|
||||
### Bug fixes
|
||||
* use shutil.move instead of Path.rename to move to purgatory by @yohanboniface in #2236
|
||||
* always unset editedFeature on editPanel close by @yohanboniface in #2237
|
||||
|
||||
## 2.7.0 - 2024-10-24
|
||||
|
||||
### New features
|
||||
|
|
|
@ -27,10 +27,9 @@
|
|||
4. `git tag 2.X.Y`
|
||||
5. `git push && git push --tag`
|
||||
6. Go to [Github release page](https://github.com/umap-project/umap/releases/new) and paste release notes
|
||||
7. Commit the changelog `git commit -am "changelog"`
|
||||
8. `make build`
|
||||
9. `make publish`
|
||||
10. `make docker`
|
||||
7. `make build`
|
||||
8. `make publish`
|
||||
9. `make docker`
|
||||
|
||||
### Deploying instances
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION = "2.7.0"
|
||||
VERSION = "2.7.1"
|
||||
|
|
Loading…
Reference in a new issue