From 36c79d0133166a13a15fa0219c4e50895c0408c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 12 Feb 2020 18:22:20 +0100
Subject: [PATCH] readme refactor

---
 README.md           | 9 +++------
 satella/__init__.py | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index fdca8fbf..f7ec1192 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,6 @@ satella
 [![PyPI](https://img.shields.io/pypi/implementation/satella.svg)](https://pypi.python.org/pypi/satella)
 [![Documentation Status](https://readthedocs.org/projects/satella/badge/?version=latest)](http://satella.readthedocs.io/en/latest/?badge=latest)
 
-_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 an almost-zero-requirements Python 3.5+ library for writing
 server applications, especially those dealing with mundane but
 useful things. It also runs on PyPy.
@@ -25,6 +20,8 @@ Satella contains, among other things:
 * helpful [exception handlers](satella/exception_handling)
 * common programming [idioms](satella/coding)
 
+Full [documentation](http://satella.readthedocs.io/en/latest/?badge=latest)
+is available for the brave souls that do decide to use this library.
+
 See [LICENSE](LICENSE) for text of the license. This library may contain
 code taken from elsewhere on the internets, so this is copyright (c) respective authors.
-
diff --git a/satella/__init__.py b/satella/__init__.py
index 273cef53..7e3c928c 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1 +1 @@
-__version__ = '2.4.17a6'
+__version__ = '2.4.17a7'
-- 
GitLab