From 2f04669be1ed26c088a42895377282c46265408a Mon Sep 17 00:00:00 2001 From: Luciano Renzi Date: Thu, 10 Jun 2021 20:52:11 -0300 Subject: [PATCH] 0.10.0 --- CHANGELOG.md | 4 ++-- golem/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ab79e..b093d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [Unreleased] +## [0.10.0] - 2021-06-10 ### Changed -- Multi-test file: A test file can have more than one test function +- Multi-test file: A test file can have more than one test function [#201](https://github.com/golemhq/golem/issues/201) - The report format changed, older reports won't work with this version ## [0.9.2] - 2021-04-15 diff --git a/golem/__init__.py b/golem/__init__.py index a2fecb4..61fb31c 100644 --- a/golem/__init__.py +++ b/golem/__init__.py @@ -1 +1 @@ -__version__ = "0.9.2" +__version__ = "0.10.0"