Skip to content

Commit

Permalink
Bump version: 0.19.0 → 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barny committed Jul 28, 2023
1 parent 2a7da98 commit e900814
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.19.0
current_version = 0.20.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

SPDX-License-Identifier: MIT

version="0.19.0"
version="0.20.0"

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

0.19.0 4-May-2023
0.20.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.19.0'
version = '0.20.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.19.0",
version="0.20.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 e900814

Please sign in to comment.