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 8c73d54 commit 6c3f96f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change log for foliage

## ★ Version 1.5.2 (2022-11-16) ★
## ★ Version 1.5.3 (2022-12-02) ★

This version fixes a bug in the _Lookup_ tab that occurs when printing a summary of an instance record that has a `None` value in the tag data field.


## ★ Version 1.5.2 (2022-12-02) ★

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

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.2"
version: "1.5.3"
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-12-02
date-released: 2022-12-03
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ print-instructions: vars
@$(info ┃ 1. Check https://github.com/$(repo)/releases )
@$(info ┃ 2. Wait a few seconds to let web services do their work ┃)
@$(info ┃ 3. Run "make update-doi" to update the DOI in README.md ┃)
@$(info ┃ 4. Run "make packages" & check the results ┃)
@$(info ┃ 4. Run "make packages" and check the results ┃)
@$(info ┃ 5. Run "make test-pypi" to push to test.pypi.org ┃)
@$(info ┃ 6. Check https://test.pypi.org/project/$(name) )
@$(info ┃ 7. Run "make pypi" to push to pypi for real ┃)
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.5.2",
"version": "1.5.3",
"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.2'
__version__ = '1.5.3'
__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.2
version = 1.5.3
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 6c3f96f

Please sign in to comment.