Skip to content

Commit 24815d1

Browse files
committed
Version 0.11 release!
1 parent c4f7bcc commit 24815d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: [3.7, 3.8, 3.9]
12+
python-version: [3.7, 3.8, 3.9, 3.10]
1313

1414
steps:
1515
- uses: actions/checkout@v1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [0.11] 2023-10-25
66

77
### Added
88
- A new table flagging markers with repetitive content (see #147).

0 commit comments

Comments
 (0)