Skip to content

Commit

Permalink
chore: update wrong version number
Browse files Browse the repository at this point in the history
I forgot this uses my old scheme that requires manually updating setup.cfg.
  • Loading branch information
mhucka committed Oct 25, 2023
1 parent 8397b89 commit 9dfa42d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log for Foliage

## ★ Version 1.7.2 (2023-10-25) ★

Fix botched version number update in just-released version.


## ★ Version 1.7.1 (2023-10-25) ★

With this version, Foliage now increments the value of the `_version` field when performing change operations. This solves an error involving optimistic locking and versions when performing multistep operations in the _Change records_ tab.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
given-names: Mike
family-names: Hucka
orcid: "0000-0001-9105-5960"
version: "1.7.0"
version: "1.7.2"
abstract: "Foliage (FOLIo chAnGe Editor): a tool to do bulk changes in FOLIO using the OKAPI API"
repository-code: "https://github.com/caltechlibrary/foliage"
type: software
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codeRepository": "https://github.com/caltechlibrary/foliage",
"issueTracker": "https://github.com/caltechlibrary/foliage/issues",
"license": "https://github.com/caltechlibrary/foliage/blob/main/LICENSE",
"version": "1.7.0",
"version": "1.7.2",
"author": [
{
"@type": "Person",
Expand Down
2 changes: 1 addition & 1 deletion foliage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# | by the Makefile. Manual changes to these values will be lost. |
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯

__version__ = '1.7.0'
__version__ = '1.7.2'
__description__ = 'Foliage: a tool to do bulk changes in FOLIO using the OKAPI API'
__url__ = 'https://github.com/caltechlibrary/foliage'
__author__ = 'Mike Hucka'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[metadata]
name = foliage
version = 1.7.0
version = 1.7.2
description = Foliage: a tool to do bulk changes in FOLIO using the OKAPI API
author = Mike Hucka
author_email = helpdesk@library.caltech.edu
Expand Down

0 comments on commit 9dfa42d

Please sign in to comment.