Skip to content

Commit

Permalink
Merge pull request #146 from dbcli/j-bennet/release-2.1.1
Browse files Browse the repository at this point in the history
Changelog update to release pgspecial
  • Loading branch information
laixintao authored Oct 29, 2023
2 parents ee94b98 + 3e820e8 commit db3434a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Upcoming
========
2.1.1 (2023-10-28)
==================

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

2.1.0 (2023-03-31)
=========
Expand Down
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def create_git_tag(tag_name):


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


def upload_distribution_files():
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ black>=20.8b1
configobj>=5.0.6
twine==1.11.0
wheel==0.38.1
build==1.0.3

0 comments on commit db3434a

Please sign in to comment.