Skip to content

Commit 89dd67f

Browse files
committed
Bump version
1 parent d5ca8d2 commit 89dd67f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3-
## [Unreleased] - 2022-10-15
3+
## [2.2.1] - 2022-10-24
44

55
### Fixed
66
- Fix inverse tag matching and prefiltering
77
(https://github.com/kannibalox/pyrosimple/issues/13)
88
- Fix `kind_N` fields
99
(https://github.com/kannibalox/pyrosimple/issues/14)
10+
- Properly clean regexes for finding the prefiltering string, and
11+
account for unclean-able regexes
1012

1113
### Added
1214
- `rtxmlrpc`: Re-implement `--repl`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyrosimple"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "A stripped-down version of the pyrocore tools for working with rTorrent"
55
authors = ["kannibalox <[email protected]>"]
66
repository = "https://github.com/kannibalox/pyrosimple"

0 commit comments

Comments
 (0)