Skip to content

Commit ae0bbbf

Browse files
committed
Releasing version 2.1.1
1 parent db3434a commit ae0bbbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.1.1 (2023-10-28)
1+
2.1.1 (2023-10-29)
22
==================
33

44
* Added `build-system` section to `pyproject.toml` to use the modern setuptools backend.

pgspecial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = []
2-
__version__ = "2.1.0"
2+
__version__ = "2.1.1"
33

44

55
def export(defn):

0 commit comments

Comments
 (0)