Skip to content

Commit

Permalink
update tags to 0.8.10 in preparation of next release (#361)
Browse files Browse the repository at this point in the history
* update tags to 0.8.10 in preparation of next release

* change github user from robinhood to faust-streaming
  • Loading branch information
wbarnha authored Sep 14, 2022
1 parent f4da1e8 commit 3e4ad8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Python Stream Processing Fork

![python versions](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue)
![version](https://img.shields.io/badge/version-0.8.9-green)
![version](https://img.shields.io/badge/version-0.8.10-green)
[![codecov](https://codecov.io/gh/faust-streaming/faust/branch/master/graph/badge.svg?token=QJFBYNN0JJ)](https://codecov.io/gh/faust-streaming/faust)
[![slack](https://img.shields.io/badge/slack-Faust-brightgreen.svg?logo=slack)](https://fauststream.slack.com/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def configcheck_project_settings():
'github_banner': True,
'travis_button': True,
'show_related': True,
'github_user': 'robinhood',
'github_user': 'faust-streaming',
'pre_bg': '#4c4c4c',
'github_repo': 'faust',
'github_type': 'star',
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:Version: 1.10.4
:Version: 0.8.10
:Web: https://faust-streaming.github.io/faust
:Download: http://pypi.org/project/faust
:Source: http://github.com/faust-streaming/faust
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.8.9"
__version__ = "0.8.10"
__author__ = "Robinhood Markets, Inc."
__contact__ = "schrohm@gmail.com, vpatki@wayfair.com"
__homepage__ = "https://github.com/faust-streaming/faust"
Expand Down

0 comments on commit 3e4ad8f

Please sign in to comment.