Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Dec 3, 2022
1 parent eeaf9fb commit f704411
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.2 (2022-11-16) ★

This version catches an error than can result when the user tries to upload a `.xlsx` file that is not truly an Excel spreadsheet.


## ★ Version 1.5.1 (2022-11-16) ★

This release has no user-visible or functional changes. It only updates the `Makefile` and some GitHub workflows.
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.1"
version: "1.5.2"
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: 2022-11-16
date-released: 2022-12-02
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.1",
"version": "1.5.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.5.1'
__version__ = '1.5.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.5.1
version = 1.5.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 f704411

Please sign in to comment.