We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb513ad commit e69ee68Copy full SHA for e69ee68
README.md
@@ -22,7 +22,7 @@ With seamless we mean that any features we add will work truly seamlessly. You s
22
23
---
24
25
-:warning: **This README is for v2 which is currently under development. See the `v1` branch for v1.x.**
+:warning: **This README is for v2. See the `v1` branch for v1.x.**
26
27
28
setup.py
@@ -36,7 +36,7 @@ def run(self):
36
37
setup(
38
name="django-postgres-extra",
39
- version="2.0a15",
+ version="2.0",
40
packages=find_packages(),
41
include_package_data=True,
42
license="MIT License",
0 commit comments