Skip to content

Commit

Permalink
Bump version: 0.15.1 → 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsalgado committed Dec 4, 2019
1 parent 4c744c1 commit e4fa2ac
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.1
current_version = 0.15.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
14 changes: 14 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Release Notes

.. towncrier release notes start
Lahja 0.15.2 (2019-12-04)
-------------------------

Bugfixes
~~~~~~~~

- A couple fixes to TrioEndpoint

- allow more than one pending incoming connection, and use a class
attribute to configure that instead of hard-coding
- wait for the socket to be bound in _start_serving() so that others
don't try to connect too soon (`#170 <https://github.com/ethereum/lahja/issues/170>`__)


Lahja 0.15.1 (2019-12-03)
-------------------------

Expand Down
6 changes: 0 additions & 6 deletions newsfragments/170.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
setup(
name='lahja',
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
version='0.15.1',
version='0.15.2',
description="Generic event bus for asynchronous cross-process communication",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e4fa2ac

Please sign in to comment.