Skip to content

Commit

Permalink
bump version to 1.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Thibaut Le Page <[email protected]>
  • Loading branch information
thilp committed Sep 2, 2019
1 parent 98d8d2b commit 997e6ef
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ The format is based on `Keep a Changelog`_, and this project adheres to
:local:
:depth: 1

.. _v1.2.5:

v1.2.5
======

- Release date: 2019-09-02 12:00

- Diff__.

__ https://github.com/zalando-incubator/transformer/compare/v1.2.4...v1.2.5

Fixed
-----

The generated scenario classes always inherit from
:class:`~locust.TaskSequence` (instead of a :class:`~locust.TaskSet`) when they
use the `@seq_task` decorator.
Thank you :user:`kbrowns` for reporting this! (:pr:`62`)

.. _v1.2.4:

v1.2.4
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = "1.2"
# The full version, including alpha/beta/rc tags
release = "1.2.4"
release = "1.2.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "har-transformer"
version = "1.2.4"
version = "1.2.5"
description = "A tool to convert HAR files into a locustfile."
authors = [
"Serhii Cherniavskyi <[email protected]>",
Expand Down

0 comments on commit 997e6ef

Please sign in to comment.