We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8aff9 commit 1a7a2e3Copy full SHA for 1a7a2e3
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## UNRELEASED
+## [1.1.0] - 2026-02-18
8
9
* Minimum version is now Python 3.8+
10
* Add --ref-integrity--check parameter to select specific referential
setup.py
@@ -14,5 +14,5 @@
14
'icat-database-checker = icat_tools.dbcheck_command:entry'
15
]
16
},
17
- version='1.0.0',
+ version='1.1.0',
18
)
0 commit comments