From b79dbee9b3e1d4b371854f86453f546db36ba695 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Thu, 9 Jul 2020 13:54:36 +0200 Subject: [PATCH] Prepare a release --- .github/workflows/main.yaml | 2 +- changes.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ae2a03f..5bafd8e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -47,7 +47,7 @@ jobs: - name: Insert version number run: | version=$(echo $GITHUB_REF | cut -d/ -f3) - sed -ie "/^version/s/=.*/= $version/" setup.cfg + sed -ie "/version/s/=.*/='$version',/" setup.py - name: Build a binary wheel and a source tarball run: python setup.py sdist bdist_wheel diff --git a/changes.rst b/changes.rst index 5710bfc..5765016 100644 --- a/changes.rst +++ b/changes.rst @@ -1,10 +1,11 @@ translationstring ================= -1.4 (unreleased) +1.4 (2020-07-09) ---------------- -- Drop support for Python 2.6 and 3.2 +- Drop support for Python 2.6, 3.2 and 3. +- Update license classifiers 1.3 (2014-11-05)