Skip to content

Commit dc6bad1

Browse files
committed
Fix versioning
1 parent e2a52d7 commit dc6bad1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.2
4+
5+
- Docs favicon and README badge cache updates.
6+
37
## 2.1.0
48

59
- **Helpers** (formerly dedupe): `normalize_comment` strips HTML by default and supports `strip_punctuation`; `is_valid_comment` returns a `ValidationResult` with `valid` and `issues` instead of a boolean, checking for empty, too short, all caps, excessive repeats, and no alphabetic characters.

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 = "ratemyprofessors-client"
7-
version = "2.1.1"
7+
version = "2.1.2"
88
description = "Typed, retrying, rate-limited unofficial Python client for the RateMyProfessors GraphQL API."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)