Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Mar 31, 2022
1 parent c570226 commit 8e0787d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2022-03-31

### Fixed
- Fixed race condition when using multiple workers with filesystem storage #163
- No password is now correctly propagated to Redis storage adapter #161

### Credits
- thanks to @vlagorsse for reporting and fixing the filesystem storage race
condition

## [1.2.0] - 2021-11-08
### Added
- new optional method `delete` in `StoragePool` to cleanup results of a task
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Crossroad
- `Travis CI <https://travis-ci.org/selinon/selinon>`__


Last stable release: `Selinon 1.2.0 <https://pypi.org/project/selinon/1.2.0/>`_
Last stable release: `Selinon 1.2.1 <https://pypi.org/project/selinon/1.2.1/>`_

TLDR;
-----
Expand Down
2 changes: 1 addition & 1 deletion selinon/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
selinon_version = '1.2.0'
selinon_version = '1.2.1'

0 comments on commit 8e0787d

Please sign in to comment.