Skip to content

Commit

Permalink
Merge pull request #101 from PaulRenvoise/develop
Browse files Browse the repository at this point in the history
Release 2.2.2
  • Loading branch information
PaulRenvoise authored Aug 31, 2024
2 parents e8e993a + 8af0103 commit 4f6863a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.2 (31/08/2024)

- Update dependency version for regex

## 2.2.1 (06/03/2024)

- Fixed `iterating/flatten` to only flatten list, tuple, range, set, and frozenset
Expand Down
2 changes: 1 addition & 1 deletion flashback/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"timeoutable",
)

__version__ = "2.2.1"
__version__ = "2.2.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ redis>=5.0.0,<6.0.0
pymemcache>=3.5.0,<4.0.0

# Utils
regex==2024.5.15
regex>=2024.7.24,<2025
Unidecode>=1.3.0,<2.0.0
pygments>=2.18,<3.0.0
cryptography>=42.0.0,<43.0.0

0 comments on commit 4f6863a

Please sign in to comment.