Skip to content

Commit

Permalink
update rl notes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Jan 3, 2025
1 parent bf19131 commit 20aedf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asyncz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0"
__version__ = "0.13.1"
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### Added

- `FileStore` was added (simple synchronization via directory).
- `FileStore` was added (simple synchronization via files in a directory).
- `with_lock` was added to `asyncz.file_locking`.

## 0.13.0
Expand Down

0 comments on commit 20aedf8

Please sign in to comment.