Skip to content

Commit 40bf077

Browse files
committed
0.23.0
1 parent 69fc740 commit 40bf077

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.22.0
2+
current_version = 0.23.0
33
commit = True
44
tag = True
55

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
SPDX-License-Identifier: MIT
1010

11-
version="0.22.0"
11+
version="0.23.0"
1212

1313
What's New?
1414
===========
1515

16-
0.22.0 16-Aug-2023
16+
0.23.0 16-Aug-2023
1717
* 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.
1818

19-
0.22.0 4-May-2023
19+
0.23.0 4-May-2023
2020
* Deprecated RM load_folders() - use find_folder() instead.
2121
* 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
2222
* Added example dn_simple_createfolderpath.py - allows exercising the create_folders() function

elmclient/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
app = 'elmoslcquery'
1111
description = 'Commandline OSLC query for ELM'
12-
version = '0.22.0'
12+
version = '0.23.0'
1313
license = 'MIT'
1414
author_name = 'Ian Barnard'
1515
author_mail = '[email protected]'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This call to setup() does all the work
1717
setup(
1818
name="elmclient",
19-
version="0.22.0",
19+
version="0.23.0",
2020
description="Python client for ELM with examples of OSLC Query, ReqIF import/export, Reportable REST, and more",
2121
long_description=README,
2222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)