Skip to content

Commit

Permalink
v23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Oct 30, 2023
1 parent 5c8cae1 commit 1afa2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The **first number** of the version is the year.
The **second number** is incremented with each release, starting at 1 for each year.
The **third number** is when we need to start branches for older releases (only for emergencies).

## 23.2.0 (UNRELEASED)
## 23.2.0 (2023-10-30)

- `Incanter.(a)invoke()` has been renamed to {meth}`Incanter.(a)compose_and_call() <incant.Incanter.compose_and_call>` for clarity.
`Incanter.(a)invoke()` is still present as an alias for backwards compatibility.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
"Typing :: Typed",
]
version = "23.2.0dev0"
version = "23.2.0"
requires-python = ">=3.8"
description = "Magical function composition"
readme = "README.md"
Expand Down

0 comments on commit 1afa2a1

Please sign in to comment.