diff --git a/docs/conf.py b/docs/conf.py index c6f3007..2a308fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'redis-log-handler' copyright = '2023, Iglesys347' author = 'Iglesys347' -release = '0.0.3-dev' +release = '1.0.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 2ce2f20..28c3346 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description_content_type="text/markdown", keywords=["Redis", "logging"], license="MIT", - version="0.0.3", + version="1.0.0", packages=find_packages( include=[ "rlh", @@ -17,7 +17,7 @@ ), url="https://github.com/Iglesys347/redis-log-handler", project_urls={ - # "Documentation": "TODO:add link to readthedoc", + "Documentation": "https://redis-log-handler.readthedocs.io/en/latest", "Changes": "https://github.com/Iglesys347/redis-log-handler/releases", "Code": "https://github.com/Iglesys347/redis-log-handler", "Issue tracker": "https://github.com/Iglesys347/redis-log-handler/issues", @@ -29,7 +29,7 @@ "redis", ], classifiers=[ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",