Skip to content

Commit 647c006

Browse files
author
Matthew Barnett
committed
Further fixes in main.yml.
1 parent d0afd79 commit 647c006

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
7272
tag_name: ${{ github.ref }}
73-
release_name: Release ${{ github.ref }}
73+
release_name: regex ${{ github.ref }}
7474

7575
# Build source distribution & manylinux1_x86_64 wheels
7676
# These two jobs build:

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version: 2023.12.25
2+
3+
Further fixes in main.yml.
4+
15
Version: 2023.12.24
26

37
Fixed invalid main.yml.

regex_3/regex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__",
242242
"__doc__", "RegexFlag"]
243243

244-
__version__ = "2.5.136"
244+
__version__ = "2.5.140"
245245

246246
# --------------------------------------------------------------------
247247
# Public interface.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='regex',
10-
version='2023.12.23',
10+
version='2023.12.25',
1111
description='Alternative regular expression module, to replace re.',
1212
long_description=long_description,
1313
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)