Skip to content

Commit

Permalink
Preparations for release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-raemaekers committed Apr 16, 2022
1 parent 9fc2531 commit 4ef4e77
Show file tree
Hide file tree
Showing 4 changed files with 29 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.2"
unreleased_version_label = "V0.4.0"


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


V0.3.2
V0.4.0
------
- Added test and documentation for HTML parser. [jesper.raemaekers]
- HTML parser can now parse the tables. #54. [jesper.raemaekers]
- Added HTML parser to get links from HTML code. #54.
[jesper.raemaekers]
- Added function to strip HTML tags from text #54. [Jesper Raemaekers]
- Adding the getParent and getChildren method. #58. [jesper.raemaekers]
- Added option to query plans and plans can now find their
parent/children. #58. [jesper.raemaekers]
- When loading a work item it is now checked if there are test steps
available before requesting them from the server #57.
[jesper.raemaekers]
- Created test and documentation for adding required fields upon
workitem creation. [Jesper Raemaekers]
- Always add supplied new work item field #56. [Jesper Raemaekers]
- Workitems can now be created with required fields (other than id and
author) #56. [jesper.raemaekers]
- Added missing documention on the creation of workitems. #56.
[jesper.raemaekers]
- Update the documentation and readme to include some information hidden
in closed issues. [jesper.raemaekers]


V0.3.2 (2022-02-12)
-------------------
- Preparations for release 0.3.2. [jesper.raemaekers]
- Fixed missing _id property when creating workitem from plan #51.
[jesper.raemaekers]
- Changed parameter value for consistency. [anjalizope]
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.2
version = 0.4.0
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.2",
version="0.4.0",
author="Jesper Raemaekers",
author_email="[email protected]",
description="Polarion client for Python",
Expand Down

0 comments on commit 4ef4e77

Please sign in to comment.