Skip to content

Commit 8812f3a

Browse files
committed
Release 1.2.3
1 parent 0d54193 commit 8812f3a

File tree

7 files changed

+16
-9
lines changed

7 files changed

+16
-9
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ CHANGELOG
33

44
.. towncrier release notes start
55
6+
1.2.3 (2025-02-20)
7+
==================
8+
9+
Miscellaneus
10+
------------
11+
12+
- `#483 <https://github.com/fizyk/matchbox/issues/483>`_
13+
- Adjust links after repository transfer
14+
- Adjust workflows for actions-reuse 3
15+
16+
617
1.2.2 (2024-10-10)
718
==================
819

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# The short X.Y version.
7777

7878
# The full version, including alpha/beta/rc tags.
79-
release = "1.2.2"
79+
release = "1.2.3"
8080

8181
# The language for content autogenerated by Sphinx. Refer to documentation
8282
# for a list of supported languages.

matchbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
from matchbox.box import MatchBox
2020
from matchbox.index import MatchIndex
2121

22-
__version__ = "1.2.2"
22+
__version__ = "1.2.3"
2323

2424
__all__ = ("MatchBox", "MatchIndex")

newsfragments/+2857889c.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/+7113640b.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/483.misc.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matchbox"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
description = "Abstraction layer for creating hash maps to speed up extracting subsets out of objects in collection"
55
readme = "README.rst"
66
keywords = ["index", "match", "set", "hashmap"]
@@ -29,7 +29,7 @@ requires-python = ">= 3.9"
2929
[project.urls]
3030
"Source" = "https://github.com/fizyk/matchbox"
3131
"Bug Tracker" = "https://github.com/fizyk/matchbox/issues"
32-
"Changelog" = "https://github.com/fizyk/matchbox/blob/v1.2.2/CHANGES.rst"
32+
"Changelog" = "https://github.com/fizyk/matchbox/blob/v1.2.3/CHANGES.rst"
3333
"Documentation" = "http://fizyk.github.io/matchbox/"
3434

3535
[project.optional-dependencies]
@@ -103,7 +103,7 @@ select = [
103103
# github_url = "https://github.com/<user or organization>/<project>/"
104104

105105
[tool.tbump.version]
106-
current = "1.2.2"
106+
current = "1.2.3"
107107

108108
# Example of a semver regexp.
109109
# Make sure this matches current_version before

0 commit comments

Comments
 (0)