Skip to content

Commit

Permalink
chg: dev: Bumping version number to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-jenkins committed Aug 23, 2018
1 parent 377ce73 commit 20076b4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,34 @@ Install
Changelog
=========

1.3.0 (2018-08-23)
------------------

New
~~~

- New Config source that allows to add arbitrary data directly from the
pipeline definition.
- All plugins now show the example usage in both JSON and TOML.
- Improved documentation for the memcheck source.

Changes
~~~~~~~

- The Internet speed source plugin is unavailable as the upstream package
providing the measurement is currently broken:
https://github.com/fopina/pyspeedtest/issues/15

Fixes
~~~~~

- Fix in pytest source that caused a test case with both failure and error
to be overridden by the other:
https://github.com/pytest-dev/pytest/issues/2228
- Minor fix in memcheck source plugin that caused output that violates the
expected schema.


1.2.1 (2017-11-26)
------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Check that you can launch the ``flowbber`` command line application:
.. code-block:: console
$ flowbber --version
Flowbber v1.2.1
Flowbber v1.3.0
Help is available using the ``--help`` flag:

Expand Down
4 changes: 2 additions & 2 deletions lib/flowbber/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2017 KuraLabs S.R.L
# Copyright (C) 2017-2018 KuraLabs S.R.L
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -21,4 +21,4 @@

__author__ = 'KuraLabs S.R.L'
__email__ = 'info@kuralabs.io'
__version__ = '1.2.1'
__version__ = '1.3.0'

0 comments on commit 20076b4

Please sign in to comment.