Skip to content

Commit 3e820e8

Browse files
committed
Changelog update.
1 parent ee94b98 commit 3e820e8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
Upcoming
2-
========
1+
2.1.1 (2023-10-28)
2+
==================
33

44
* Added `build-system` section to `pyproject.toml` to use the modern setuptools backend.
5-
* Fixed test failures when locale other than `en_US` is used.
5+
* Fix SyntaxWarning with Python 3.12.
6+
* Fix test_slash_l* to support non-en_US locales (https://github.com/dbcli/pgspecial/issues/140).
7+
* Release script uses `build` module.
68

79
2.1.0 (2023-03-31)
810
=========

release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def create_git_tag(tag_name):
6868

6969

7070
def create_distribution_files():
71-
run_step("python", "setup.py", "clean", "--all", "sdist", "bdist_wheel")
71+
run_step("python", "-m", "build")
7272

7373

7474
def upload_distribution_files():

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ black>=20.8b1
88
configobj>=5.0.6
99
twine==1.11.0
1010
wheel==0.38.1
11+
build==1.0.3

0 commit comments

Comments
 (0)