We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3434a commit ae0bbbfCopy full SHA for ae0bbbf
changelog.rst
@@ -1,4 +1,4 @@
1
-2.1.1 (2023-10-28)
+2.1.1 (2023-10-29)
2
==================
3
4
* Added `build-system` section to `pyproject.toml` to use the modern setuptools backend.
pgspecial/__init__.py
@@ -1,5 +1,5 @@
__all__ = []
-__version__ = "2.1.0"
+__version__ = "2.1.1"
5
def export(defn):
0 commit comments