Skip to content

Commit

Permalink
Preparations for release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-raemaekers committed Feb 9, 2022
1 parent 443732f commit 827fe1d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tag_filter_regexp = r'^V[0-9]+\.[0-9]+(\.[0-9]+)?(_[0-9]+.[0-9]+)?'
##
## This label will be used as the changelog Title of the last set of changes
## between last valid tag and HEAD if any.
unreleased_version_label = "V0.3.0"
unreleased_version_label = "V0.3.1"


## ``output_engine`` is a callable
Expand Down
9 changes: 8 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ Changelog
=========


V0.3.0
V0.3.1
------
- Added support for added testcases to (non-template) test run. #48.
[jesper.raemaekers]


V0.3.0 (2022-02-03)
-------------------
- Preparations for release 0.3.0. [jesper.raemaekers]
- Added option to specific repository location #46. [jesper.raemaekers]
- Removed known issue of not being able to access live docs. [Florian
Fetz]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = polarion
version = 0.3.0
version = 0.3.1
author = Jesper Raemaekers
author_email = [email protected]
description = Polarion client for Python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="polarion",
version="0.3.0",
version="0.3.1",
author="Jesper Raemaekers",
author_email="[email protected]",
description="Polarion client for Python",
Expand Down

0 comments on commit 827fe1d

Please sign in to comment.