Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Iglesys347 committed Feb 7, 2023
1 parent 092d1e0 commit b7326a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = 'redis-log-handler'
copyright = '2023, Iglesys347'
author = 'Iglesys347'
release = '1.0.1'
release = '1.1.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 2 additions & 0 deletions rlh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
"RedisStreamLogHandler",
"RedisPubSubLogHandler",
]

__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description_content_type="text/markdown",
keywords=["Redis", "logging"],
license="MIT",
version="1.0.1",
version="1.1.0",
packages=find_packages(
include=[
"rlh",
Expand Down

0 comments on commit b7326a0

Please sign in to comment.