From 1febccc67f07dac6f057e77a204ff47247987635 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Fri, 18 Jan 2019 14:15:45 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.4=20=E2=86=92=201.4.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 4 ++-- docs/includes/tags.txt | 2 +- faust/__init__.py | 2 +- setup.cfg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5628cf5fb..aa9f8a3f4 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 1.4.4 +:Version: 1.4.5 :Web: http://faust.readthedocs.io/ :Download: http://pypi.org/project/faust :Source: http://github.com/robinhood/faust @@ -607,7 +607,7 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. This Code of Conduct is adapted from the Contributor Covenant, -version 1.4.4 available at http://contributor-covenant.org/version/1/2/0/. +version 1.4.5 available at http://contributor-covenant.org/version/1/2/0/. .. _`introduction`: http://faust.readthedocs.io/en/latest/introduction.html diff --git a/docs/includes/tags.txt b/docs/includes/tags.txt index 64116f6cd..6e9f3ca02 100644 --- a/docs/includes/tags.txt +++ b/docs/includes/tags.txt @@ -1,4 +1,4 @@ -:Version: 1.4.4 +:Version: 1.4.5 :Web: http://faust.readthedocs.io/ :Download: http://pypi.org/project/faust :Source: http://github.com/robinhood/faust diff --git a/faust/__init__.py b/faust/__init__.py index 694fdb74d..acf18f5a2 100644 --- a/faust/__init__.py +++ b/faust/__init__.py @@ -23,7 +23,7 @@ import typing from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple -__version__ = '1.4.4' +__version__ = '1.4.5' __author__ = 'Robinhood Markets, Inc.' __contact__ = 'contact@fauststream.com' __homepage__ = 'http://faust.readthedocs.io/' diff --git a/setup.cfg b/setup.cfg index 737cce3da..093b17aeb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.4 +current_version = 1.4.5 commit = true tag = true parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)?