Skip to content

Commit

Permalink
Bump version: 1.9.0 → 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 13, 2020
1 parent 0007878 commit 1b5e48f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -8,7 +8,7 @@

|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|

:Version: 1.9.0
:Version: 1.10.0
: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 docs/includes/tags.txt
@@ -1,4 +1,4 @@
:Version: 1.9.0
:Version: 1.10.0
: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
Expand Up @@ -24,7 +24,7 @@

from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple

__version__ = '1.9.0'
__version__ = '1.10.0'
__author__ = 'Robinhood Markets, Inc.'
__contact__ = 'contact@fauststream.com'
__homepage__ = 'http://faust.readthedocs.io/'
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 1.9.0
current_version = 1.10.0
commit = true
tag = true
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
serialize =
serialize =
{major}.{minor}.{patch}{releaselevel}
{major}.{minor}.{patch}

Expand Down

0 comments on commit 1b5e48f

Please sign in to comment.