From 2751f639c05ed52024a72384da8ac24a8e2b77ac Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Thu, 5 Dec 2019 16:57:36 +0100
Subject: [PATCH] Fix missing paragraph in readme.

---
 README.rst | 3 +++
 setup.py   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 53eb488..2c0b8a0 100644
--- a/README.rst
+++ b/README.rst
@@ -27,5 +27,8 @@ The plugin re-uses the configuration used by `pytest-django`_.
 Limitations
 -----------
 
+Right now, this plugin can only reconfigure the `default` database.
+
+
 .. _testing.postgresql: https://pypi.org/project/testing.postgresql/
 .. _pytest-django: https://pypi.org/project/pytest-django/
diff --git a/setup.py b/setup.py
index cae3279..77e0d3c 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f:
 
 setup(
     name="pytest-django-testing-postgresql",
-    version='0.1',
+    version='0.1.post0',
     description='Use a temporary PostgreSQL database with pytest-django',
     long_description=long_description,
     author='Dominik George',
-- 
GitLab