Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed May 23, 2023
1 parent 481fc79 commit 53ba096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.1.12a] - TBD
## [0.1.12] - 2023-05-23

Fixed bug with PL (Thanks @kingjr).

Expand All @@ -14,6 +14,8 @@ Fixed local rank bug.

Minor speed improvement if processing a lot of files with `to_absolute_path`.

Added `qos`, and `account` slurm params.

## [0.1.11] - 2022-09-22

Use job id based seed to avoid systematic failures with port allocation for distributed.
Expand Down
2 changes: 1 addition & 1 deletion dora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
__pdoc__ = {}
__pdoc__['tests'] = False

__version__ = "0.1.12a5"
__version__ = "0.1.12"

# flake8: noqa
from .explore import Explorer, Launcher
Expand Down

0 comments on commit 53ba096

Please sign in to comment.