From ae0bbbf9c2efba9c9421dde110964e3707c58bc1 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Sun, 29 Oct 2023 16:07:49 -0700 Subject: [PATCH] Releasing version 2.1.1 --- changelog.rst | 2 +- pgspecial/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.rst b/changelog.rst index 923e6c5..cbdb573 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,4 +1,4 @@ -2.1.1 (2023-10-28) +2.1.1 (2023-10-29) ================== * Added `build-system` section to `pyproject.toml` to use the modern setuptools backend. diff --git a/pgspecial/__init__.py b/pgspecial/__init__.py index fa1adb0..ff2d55c 100644 --- a/pgspecial/__init__.py +++ b/pgspecial/__init__.py @@ -1,5 +1,5 @@ __all__ = [] -__version__ = "2.1.0" +__version__ = "2.1.1" def export(defn):