Skip to content

Commit 98f0f88

Browse files
authored
Merge pull request #224 from bskinn/release-2.2.1
Release 2.2.1
2 parents f699541 + a771663 commit 98f0f88

File tree

4 files changed

+13
-56
lines changed

4 files changed

+13
-56
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project strives to adhere to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

99

10+
### [2.2.1] - 2022-02-05
11+
12+
#### Internal
13+
14+
* The `benchmarks.py` file within the vendored version of `fuzzywuzzy`
15+
was removed. This *should* have no effect on `sphobjinv` functionality.
16+
* Per [#223](https://github.com/bskinn/sphobjinv/issues/223), the
17+
Python 2 code within `benchmarks.py` breaks a full-source compilation
18+
done as part of an RPM packaging workflow.
19+
20+
1021
### [2.2] - 2022-01-30
1122

1223
#### Administrative

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
exec(Path("src", "sphobjinv", "version.py").read_text(encoding="utf-8"))
99

1010

11-
version_override = None
11+
version_override = "2.2"
1212

1313

1414
def readme():

src/sphobjinv/_vendored/fuzzywuzzy/benchmarks.py

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

src/sphobjinv/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
2626
"""
2727

28-
__version__ = "2.2"
28+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)