Skip to content

Commit

Permalink
Further fixes in main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Barnett committed Dec 24, 2023
1 parent d0afd79 commit 647c006
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version: 2023.12.25

Further fixes in main.yml.

Version: 2023.12.24

Fixed invalid main.yml.
Expand Down
2 changes: 1 addition & 1 deletion regex_3/regex.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__",
"__doc__", "RegexFlag"]

__version__ = "2.5.136"
__version__ = "2.5.140"

# --------------------------------------------------------------------
# Public interface.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 647c006

Please sign in to comment.