Skip to content

Commit ee41eff

Browse files
committed
Release version 23
1 parent 86ac187 commit ee41eff

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
=========
33

4+
23 (2013-02-20)
5+
---------------
6+
7+
- Worker: pretty format debug message "Iteration took %.6f" [Sergey
8+
Shepelev]
9+
10+
- Zeromq_hwm int() conversion moved to config. [Denis Orlikhin]
11+
12+
- Zeromq_hwm config entry. [Denis Orlikhin]
13+
14+
- Zeromq_hwm support. [Denis Orlikhin]
15+
16+
- Rabbitmq_exchange_type option fixed in the README. [Xabier de Zuazo]
17+
18+
- Add test requirements to setup. [Paul Garner]
19+
20+
- Allow beaver to accept custom transport classes. [Paul Garner]
21+
22+
- Make beaver slightly more amenable to test mocking and sort of fix the
23+
broken zmq test. [Paul Garner]
24+
425
22 (2013-01-15)
526
---------------
627

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ From Github::
2121

2222
From PyPI::
2323

24-
pip install beaver==22
24+
pip install beaver==23
2525

2626
Usage
2727
=====

beaver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '22'
1+
__version__ = '23'

0 commit comments

Comments
 (0)