diff --git a/README.md b/README.md
index b8f864cb20a5c4c49cf549859f060cf30f8264d9..fdca8fbf04f770945f206054edfe5e094d1d2cb6 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,13 @@ 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.
 
+Satella contains, among other things:
+
+* things to help you manage your [application's configuration](satella/configuration)
+* a fully equipped [metrics library](satella/instrumentation/metrics)
+* helpful [exception handlers](satella/exception_handling)
+* common programming [idioms](satella/coding)
+
 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.
 
-**satella 1.0 remains in [maintenance mode](https://github.com/piotrmaslanka/satella/tree/satella1.0)**
diff --git a/satella/__init__.py b/satella/__init__.py
index 08271d531467f801ac6a05cb73c9b214788c9729..1ac93fa4d6da72120b2721942ff5ffe20c0b806f 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1 +1 @@
-__version__ = '2.4.7rc1'
+__version__ = '2.4.7'