Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Mar 9, 2023
1 parent c47f181 commit 5719b30
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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.5.5 (2023-03-09) ★

Externally, this release only updates copyright years inside files such as the LICENSE file. Internally, the Makefile commands for producing the macOS installer have been slightly tweaked.


## ★ Version 1.5.4 (2023-03-08) ★

This version fixes another bug in the _Lookup_ tab, one that occurs when printing a summary of an instance record that has an incomplete note field.
Expand Down
4 changes: 2 additions & 2 deletions 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.5.4"
version: "1.5.5"
abstract: "A tool to do bulk changes in FOLIO using the OKAPI API"
repository-code: "https://github.com/caltechlibrary/foliage"
type: software
Expand All @@ -16,4 +16,4 @@ keywords:
- FOLIO
- batch operations
- desktop software
date-released: 2023-03-08
date-released: 2023-03-09
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.5.4",
"version": "1.5.5",
"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.5.4'
__version__ = '1.5.5'
__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.5.4
version = 1.5.5
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 5719b30

Please sign in to comment.