Skip to content

Commit

Permalink
chore(release): prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Mar 26, 2024
1 parent 1b7eb8d commit 3b80851
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tests/requirements-testing.lock: pyproject.toml
pdm export --dev --format requirements --output $@

.PHONY: kb-bert-prepare-release
kb-bert-prepare-release: ocr-correction-viklofg-sweocr/CHANGELOG.md
viklofg-sweocr-prepare-release: ocr-correction-viklofg-sweocr/CHANGELOG.md

update-changelog: CHANGELOG.md ocr-correction-viklofg-sweocr/CHANGELOG.md

Expand Down
2 changes: 1 addition & 1 deletion ocr-correction-viklofg-sweocr/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.5.2"
current_version = "0.1.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
tag = true
Expand Down
12 changes: 11 additions & 1 deletion ocr-correction-viklofg-sweocr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ All notable changes to this project will be documented in this file.

- Compute ocr-corrections
- Support long texts
- Lock Model and tokenizer to specific revisions
- Use sbx namespace

### 🐛 Bug Fixes

- Use correct src folder name

### 🚜 Refactor

- Rename output tag

### ⚙️ Miscellaneous Tasks

- Set python version <3.12
- Enable python 3.12

<!-- generated by git-cliff -->

0 comments on commit 3b80851

Please sign in to comment.