Skip to content

Commit

Permalink
1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSkriblovsky committed Jul 6, 2023
1 parent 44e0dec commit 19becb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## Release 1.4.10 (2023-07-06)

### Bugfixes

- Fix SubscriberProtocol to work with charset=None (#150)

---

## Release 1.4.9 (2023-03-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="txredisapi",
version="1.4.9",
version="1.4.10",
py_modules=["txredisapi"],
install_requires=["twisted", "six"],
author="Alexandre Fiori",
Expand Down
2 changes: 1 addition & 1 deletion txredisapi.py
Expand Up @@ -2813,4 +2813,4 @@ def slave_for(self, service_name, factory_class=SentinelConnectionFactory,
]

__author__ = "Alexandre Fiori"
__version__ = version = "1.4.9"
__version__ = version = "1.4.10"

0 comments on commit 19becb2

Please sign in to comment.