Skip to content

Commit

Permalink
updating version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patkivikram committed Jan 21, 2021
1 parent 44b06ec commit 3b39569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
##0.5.0
##0.4.2
### Features
- New threaded producer for applications using send_soon for sending messages

Expand Down
2 changes: 1 addition & 1 deletion faust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import typing
from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple

__version__ = "0.5.0"
__version__ = "0.4.2"
__author__ = "Robinhood Markets, Inc."
__contact__ = "[email protected], [email protected]"
__homepage__ = "https://github.com/faust-streaming/faust"
Expand Down

0 comments on commit 3b39569

Please sign in to comment.