diff --git a/README.md b/README.md index fdca8fbf04f770945f206054edfe5e094d1d2cb6..f7ec119245c46a503853963a823b12c1eeff36b2 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,6 @@ satella [](https://pypi.python.org/pypi/satella) [](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 273cef53657f1b4325e7a889cf7425aa8203b5d5..7e3c928c5d643993fbbb273539b73ba130386d0c 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.4.17a6' +__version__ = '2.4.17a7'