This commit is contained in:
Yohan Boniface 2024-10-25 15:44:52 +02:00
parent a16f6d409c
commit bcea419bfd
3 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,11 @@
# Changelog # 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 ## 2.7.0 - 2024-10-24
### New features ### New features

View file

@ -27,10 +27,9 @@
4. `git tag 2.X.Y` 4. `git tag 2.X.Y`
5. `git push && git push --tag` 5. `git push && git push --tag`
6. Go to [Github release page](https://github.com/umap-project/umap/releases/new) and paste release notes 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"` 7. `make build`
8. `make build` 8. `make publish`
9. `make publish` 9. `make docker`
10. `make docker`
### Deploying instances ### Deploying instances

View file

@ -1 +1 @@
VERSION = "2.7.0" VERSION = "2.7.1"