-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
42 lines (27 loc) · 1.05 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Release History
---------------
* Next Release
* `1.6.0`_
- Removed Makefile from the development environment.
- Make overriding ``execute`` optional.
- Make RabbitMQ ports configurable
- Drop support for Python 2.6 and 3.2
- Add support for Python 3.5
* `1.5.4`_
- Relax the pin on the `six`_ library
* `1.5.3`_
- ``test_helpers.postgres`` module added
- ``test_helpers.mongo`` module added
* `1.5.2`_
- ``test_helpers.rabbit`` module added
* `1.5.1`_
- Allow use of `mixins` module without requiring the ``tornado`` package
* 1.5.0
- Initial public release.
.. Next Release: https://github.com/aweber/test-helpers/compare/1.6.0...master
.. _1.6.0: https://github.com/aweber/test-helpers/compare/1.5.4...1.6.0
.. _1.5.4: https://github.com/aweber/test-helpers/compare/1.5.3...1.5.4
.. _1.5.3: https://github.com/aweber/test-helpers/compare/1.5.2...1.5.3
.. _1.5.2: https://github.com/aweber/test-helpers/compare/1.5.1...1.5.2
.. _1.5.1: https://github.com/aweber/test-helpers/compare/1.5.0...1.5.1
.. _six: https://pythonhosted.org/six/