Skip to content

Commit

Permalink
Releasing version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Oct 29, 2023
1 parent db3434a commit ae0bbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pgspecial/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = []
__version__ = "2.1.0"
__version__ = "2.1.1"


def export(defn):
Expand Down

0 comments on commit ae0bbbf

Please sign in to comment.