From fc6cc4dc3899ec51d7d15c407308ffc7059053ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Mon, 6 May 2024 13:31:52 +0200 Subject: [PATCH] Version 1.1.1 --- .github/workflows/build-and-publish.yml | 1 - CHANGES.rst | 5 +++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 53fccbd..a36fa99 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -50,7 +50,6 @@ jobs: name: python-package-distributions-${{ matrix.os }} path: ./wheelhouse/*.whl - source-distribution: name: Build source distribution runs-on: ubuntu-latest diff --git a/CHANGES.rst b/CHANGES.rst index fcc7c49..e62b0dc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,11 @@ CHANGES ======= +1.1.1 (2024-05-06) +------------------ + +* Publish Linux aarch64 wheels (#101). + 1.1.0 (2023-10-06) ------------------ diff --git a/docs/conf.py b/docs/conf.py index 2320faa..f94bd51 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ # built documents. # # The short X.Y version. -version = "1.1.0" +version = "1.1.1" # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index dcb9204..4136d22 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( name="marisa-trie", - version="1.1.0", + version="1.1.1", description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/x-rst",