Skip to content

Commit

Permalink
build 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barny committed Oct 5, 2023
1 parent a74693c commit 9f3c161
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.21.0
current_version = 0.22.0
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

SPDX-License-Identifier: MIT

version="0.21.0"
version="0.22.0"

What's New?
===========

0.21.0 16-Aug-2023
0.22.0 16-Aug-2023
* tested with Python 3.11.4 - worked OOTB. Now developing using 3.11.4 - won't be back-tested with older Pythons but should work back to 3.9 at least.

0.21.0 4-May-2023
0.22.0 4-May-2023
* Deprecated RM load_folders() - use find_folder() instead.
* Added RM create_folder() - this doesn't require doing a forced reload of all folders, because it inserts the new folder into the internal info about folders
* Added example dn_simple_createfolderpath.py - allows exercising the create_folders() function
Expand Down
2 changes: 1 addition & 1 deletion elmclient/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

app = 'elmoslcquery'
description = 'Commandline OSLC query for ELM'
version = '0.21.0'
version = '0.22.0'
license = 'MIT'
author_name = 'Ian Barnard'
author_mail = 'ian.barnard@uk.ibm.com'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This call to setup() does all the work
setup(
name="elmclient",
version="0.21.0",
version="0.22.0",
description="Python client for ELM with examples of OSLC Query, ReqIF import/export, Reportable REST, and more",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9f3c161

Please sign in to comment.