Skip to content

Commit

Permalink
chg: dev: Bumping version number to 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-jenkins committed Sep 19, 2018
1 parent 438f15d commit ce7ce91
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"project_name": "Flowbber",
"short_description": "Flowbber is a generic tool and framework that allows to execute custom pipelines for data gathering, publishing and analysis.",
"year": "2017",
"version": "1.2.1"
"version": "1.3.1"
}
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipelines for data gathering, publishing and analysis.

.. image:: https://build.kuralabs.io/buildStatus/icon?job=GitHub/flowbber/master
:target: https://build.kuralabs.io/job/GitHub/job/flowbber/job/master/
:alt: Latest version released on PyPi
:alt: Build Status


Documentation
Expand All @@ -27,6 +27,16 @@ Install
Changelog
=========

1.3.1 (2018-09-19)
------------------

Fixes
~~~~~

- Source for Valgrind's memcheck will now always output the ``stack`` attribute
as a list.


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

Expand Down Expand Up @@ -155,7 +165,7 @@ License

::

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 Down
2 changes: 1 addition & 1 deletion lib/flowbber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

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

0 comments on commit ce7ce91

Please sign in to comment.