Skip to content

Commit 453592c

Browse files
committed
Preparing release 0.8.1
1 parent e20259b commit 453592c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
Changelog for ebi_eva_common_pyutils
33
===========================
44

5-
## 0.8.1 (unreleased)
5+
## 0.8.1 (2026-02-04)
66
---------------------
77

8-
- Nothing changed yet.
8+
- Remove hard-coded accessioning job name from Spring properties generator
9+
- Set default readPreference to "primary" for accessioning properties
910

1011

1112
## 0.8.0 (2025-12-19)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name='ebi_eva_common_pyutils',
1212
scripts=[os.path.join(os.path.dirname(__file__), 'ebi_eva_internal_pyutils', 'archive_directory.py')],
1313
packages=find_packages(),
14-
version='0.8.1.dev0',
14+
version='0.8.1',
1515
license='Apache',
1616
description='EBI EVA - Common Python Utilities',
1717
url='https://github.com/EBIVariation/eva-common-pyutils',

0 commit comments

Comments
 (0)