Skip to content

Commit

Permalink
Bump version to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Feb 8, 2022
1 parent a7ead25 commit 07548bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.5

* Ignore configuration file if access is denied
* Use F_FULLFSYNC with PyPy on MacOS
* Fallback if F_FULLFSYNC is not supported by the filesystem

## 3.1.4

* Fallback if RENAME_EXCHANGE is not supported by the filesystem
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# When the version is updated, a new section in the CHANGELOG.md file must be
# added too.
VERSION = "3.1.4"
VERSION = "3.1.5"
WEB_FILES = ["web/internal_data/css/icon.png",
"web/internal_data/css/main.css",
"web/internal_data/fn.js",
Expand Down

0 comments on commit 07548bd

Please sign in to comment.