We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5611b36 commit 305621eCopy full SHA for 305621e
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.2.0 (unreleased)
+## 0.2.0 (2023-07-23)
2
3
- Fixed form validation with Django
4
- Dropped support for Python < 3.8
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='pgvector',
8
- version='0.1.8',
+ version='0.2.0',
9
description='pgvector support for Python',
10
long_description=long_description,
11
long_description_content_type='text/markdown',
0 commit comments