Skip to content

Commit 151e6d0

Browse files
committed
20251115_03-Update
- Bumped Version Number after TODO is Done.
1 parent 5c7018c commit 151e6d0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 2025-11-15
66

7-
### Docs and installer polish (v1.1.2)
7+
### Docs and installer polish (v1.1.3)
88

99
- README: clarified installation modes (standard, editable, and NLP extras), tightened wording, and refreshed badges/links.
1010
- Setup: improved guidance printed by `setup.sh` after environment creation; clarified quick start steps.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# UnicodeFix - *CodExorcism Edition+ v1.1.2*
1+
# UnicodeFix - *CodExorcism Edition+ v1.1.3*
22

33
*Last updated: 2025-09-18*
44

55
![UnicodeFix Hero Image](docs/controlling-unicode.png)
66

77
[![Python](https://img.shields.io/badge/Python-3.10%2B-blue)](#) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Release](https://img.shields.io/github/v/tag/unixwzrd/UnicodeFix?label=release)](https://github.com/unixwzrd/UnicodeFix/releases)
88

9-
- [UnicodeFix - *CodExorcism Edition+ v1.1.2*](#unicodefix---codexorcism-edition-v112)
9+
- [UnicodeFix - *CodExorcism Edition+ v1.1.3*](#unicodefix---codexorcism-edition-v113)
1010
- [**Finally - a tool that blasts AI fingerprints, torches those infuriating smart quotes, and leaves your code \& docs squeaky clean for real humans.**](#finally---a-tool-that-blasts-ai-fingerprints-torches-those-infuriating-smart-quotes-and-leaves-your-code--docs-squeaky-clean-for-real-humans)
1111
- [Why Is This Happening?](#why-is-this-happening)
1212
- [Installation](#installation)

docs/cleanup-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unicode Text Cleaner (`cleanup-text`) - v1.1.2
1+
# Unicode Text Cleaner (`cleanup-text`) - v1.1.3
22

33
*Last updated: 2025-11-15*
44

docs/test-suite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Test Suite for cleanup-text - v1.1.2
1+
# Test Suite for cleanup-text - v1.1.3
22

33
*Last updated: 2025-11-15*
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "unicodefix"
7-
version = "1.1.2"
7+
version = "1.1.3"
88
description = "Clean Unicode quirks and audit text."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__all__ = ["clean_text", "handle_newlines"]
2-
__version__ = "1.1.2"
2+
__version__ = "1.1.3"

0 commit comments

Comments
 (0)