Skip to content

Commit 4325ac2

Browse files
authored
Merge pull request #11 from casework/adopt_case_1_2_0
Adopt CASE 1.2.0
2 parents 1435b30 + ab915d6 commit 4325ac2

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
# Run the CASE validation job to confirm all examples in exifread_output_examples are valid
5151
- name: CASE Export Validation
52-
uses: kchason/case-validation-action@v2.5
52+
uses: kchason/case-validation-action@v2.6
5353
with:
5454
case-path: ./exifread_output_examples/
55-
case-version: "case-1.1.0"
55+
case-version: "case-1.2.0"
5656
extension-filter: "json"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![CASE-Implementation-PyPI-Exifread](https://github.com/casework/CASE-Implementation-PyPI-Exifread/actions/workflows/python-package.yml/badge.svg)](https://github.com/casework/CASE-Implementation-PyPI-Exifread/actions/workflows/python-package.yml)
2-
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.1.0-brightgreen)
2+
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.2.0-brightgreen)
33

44
# CASE-Implementation-PyPI-Exifread
55

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ classifiers =
1616
[options]
1717
install_requires =
1818
exifread
19-
case_utils >= 0.9.0, < 0.10.0
19+
case_utils >= 0.10.0, < 0.11.0
2020
packages = find:
2121
python_requires = >=3.8
2222

2323
[options.entry_points]
2424
console_scripts =
2525
exifread2case = exifread_case.exifread_case:main
26-
27-

0 commit comments

Comments
 (0)