Skip to content

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Oct 25, 2024
1 parent a16f6d4 commit bcea419
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion umap/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.7.0"
VERSION = "2.7.1"

0 comments on commit bcea419

Please sign in to comment.