Skip to content

Commit

Permalink
Merge pull request #36 from useblocks/3.7_prep
Browse files Browse the repository at this point in the history
Preparation for release 3.7
  • Loading branch information
danwos committed Jun 9, 2022
2 parents ab17c4a + b9ae84f commit b28c01e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
9 changes: 8 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Changelog
=========

0.3.7
0.3.8
-----
:Released: under development

0.3.7
-----
:Released: 09.06.2022

* Improvement: Nested test suites are supported (like in Robot Framework 5.0)
`#30 <https://github.com/useblocks/sphinx-test-reports/issues/30>`_

0.3.6
-----
:Released: 12.11.2021
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# The short X.Y version
version = "0.3"
# The full version, including alpha/beta/rc tags
release = "0.3.6"
release = "0.3.7"


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@

setup(
name="sphinx-test-reports",
version="0.3.6",

# Update also test_reports.py, conf.py and changelog!
version="0.3.7",

url="http://github.com/useblocks/sphinx-test-reports",
download_url="http://pypi.python.org/pypi/sphinx-test-reports",
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/test_reports/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# fmt: on

VERSION = "0.3.6"
VERSION = "0.3.7"


def setup(app):
Expand Down

0 comments on commit b28c01e

Please sign in to comment.