Skip to content

Commit d34e601

Browse files
committed
Bump version to 0.3
Resolves #10.
1 parent 443f2e9 commit d34e601

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.6, pypy-3.7]
11+
python-version: [3.7, 3.8, 3.9, 3.10, pypy-3.6, pypy-3.7]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ defined in `LICENSE`.
142142

143143
## Change Log
144144

145+
### Version 0.3 (2022/07/18)
146+
147+
Update dependencies.
148+
145149
### Version 0.2 (2018/03/09)
146150

147151
Ignore mentions/issues/commits within Markdown links.

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
name='mdx_gh_links',
3939
description='An extension to Python-Markdown which adds support for '
4040
'shorthand links to GitHub users, repositories, issues and commits.',
41-
version='0.2',
41+
version='0.3',
4242
author='Waylan Limberg',
4343
author_email='waylan.limberg@icloud.com',
4444
url='https://github.com/Python-Markdown/github-links/',
@@ -51,12 +51,10 @@
5151
'Operating System :: OS Independent',
5252
'Programming Language :: Python',
5353
'Programming Language :: Python :: 3',
54-
'Programming Language :: Python :: 3.4',
55-
'Programming Language :: Python :: 3.5',
56-
'Programming Language :: Python :: 3.6',
5754
'Programming Language :: Python :: 3.7',
5855
'Programming Language :: Python :: 3.8',
5956
'Programming Language :: Python :: 3.9',
57+
'Programming Language :: Python :: 3.10',
6058
'Programming Language :: Python :: Implementation :: CPython',
6159
'Programming Language :: Python :: Implementation :: PyPy',
6260
'Topic :: Documentation',

0 commit comments

Comments
 (0)