Skip to content

Commit 4f6863a

Browse files
authored
Merge pull request #101 from PaulRenvoise/develop
Release 2.2.2
2 parents e8e993a + 8af0103 commit 4f6863a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.2.2 (31/08/2024)
4+
5+
- Update dependency version for regex
6+
37
## 2.2.1 (06/03/2024)
48

59
- Fixed `iterating/flatten` to only flatten list, tuple, range, set, and frozenset

flashback/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"timeoutable",
2525
)
2626

27-
__version__ = "2.2.1"
27+
__version__ = "2.2.2"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ redis>=5.0.0,<6.0.0
33
pymemcache>=3.5.0,<4.0.0
44

55
# Utils
6-
regex==2024.5.15
6+
regex>=2024.7.24,<2025
77
Unidecode>=1.3.0,<2.0.0
88
pygments>=2.18,<3.0.0
99
cryptography>=42.0.0,<43.0.0

0 commit comments

Comments
 (0)