From bfa6a8c03cbe4aa694a7ece6203a317df6206473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 30 Dec 2019 21:25:54 +0100 Subject: [PATCH] README update --- README.md | 3 +++ satella/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c61e58d3..b05e927c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ satella _satella.posix_ in unavailable on non-POSIX systems, but the rest should work OK. +Full [documentation]((http://satella.readthedocs.io/en/latest/?badge=latest) +is available for the brave souls that do decide to use this library. + Satella is a Python 3.5+ library for writing server applications, especially those dealing with mundane but useful things. See [LICENSE](LICENSE) for text of the license. diff --git a/satella/__init__.py b/satella/__init__.py index 6c090996..4fe6dd5c 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1,2 +1,2 @@ # coding=UTF-8 -__version__ = '2.2.2a3' +__version__ = '2.2.2a4' -- GitLab