Skip to content

Commit

Permalink
Bump version: 1.4.4 → 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 18, 2019
1 parent 8d9a1ba commit 1febccc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

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.4.4
:Version: 1.4.5
:Web: http://faust.readthedocs.io/
:Download: http://pypi.org/project/faust
:Source: http://github.com/robinhood/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__ = '1.4.4'
__version__ = '1.4.5'
__author__ = 'Robinhood Markets, Inc.'
__contact__ = '[email protected]'
__homepage__ = 'http://faust.readthedocs.io/'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.4
current_version = 1.4.5
commit = true
tag = true
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Expand Down

0 comments on commit 1febccc

Please sign in to comment.