diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea8e965..2690f12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: regex ${{ github.ref }} # Build source distribution & manylinux1_x86_64 wheels # These two jobs build: diff --git a/changelog.txt b/changelog.txt index 22b14f5..46e0132 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Version: 2023.12.25 + + Further fixes in main.yml. + Version: 2023.12.24 Fixed invalid main.yml. diff --git a/regex_3/regex.py b/regex_3/regex.py index 53b356a..f8cc177 100644 --- a/regex_3/regex.py +++ b/regex_3/regex.py @@ -241,7 +241,7 @@ "VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__", "__doc__", "RegexFlag"] -__version__ = "2.5.136" +__version__ = "2.5.140" # -------------------------------------------------------------------- # Public interface. diff --git a/setup.py b/setup.py index 25808dc..2568126 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='regex', - version='2023.12.23', + version='2023.12.25', description='Alternative regular expression module, to replace re.', long_description=long_description, long_description_content_type='text/x-rst',