Skip to content

Commit

Permalink
Merge pull request #224 from bskinn/release-2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
bskinn authored Feb 5, 2022
2 parents f699541 + a771663 commit 98f0f88
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 56 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project strives to adhere to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


### [2.2.1] - 2022-02-05

#### Internal

* The `benchmarks.py` file within the vendored version of `fuzzywuzzy`
was removed. This *should* have no effect on `sphobjinv` functionality.
* Per [#223](https://github.com/bskinn/sphobjinv/issues/223), the
Python 2 code within `benchmarks.py` breaks a full-source compilation
done as part of an RPM packaging workflow.


### [2.2] - 2022-01-30

#### Administrative
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
exec(Path("src", "sphobjinv", "version.py").read_text(encoding="utf-8"))


version_override = None
version_override = "2.2"


def readme():
Expand Down
54 changes: 0 additions & 54 deletions src/sphobjinv/_vendored/fuzzywuzzy/benchmarks.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/sphobjinv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"""

__version__ = "2.2"
__version__ = "2.2.1"

0 comments on commit 98f0f88

Please sign in to comment.