Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
Resolves #10.
  • Loading branch information
waylan committed Jul 18, 2022
1 parent 443f2e9 commit d34e601
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.6, pypy-3.7]
python-version: [3.7, 3.8, 3.9, 3.10, pypy-3.6, pypy-3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ defined in `LICENSE`.

## Change Log

### Version 0.3 (2022/07/18)

Update dependencies.

### Version 0.2 (2018/03/09)

Ignore mentions/issues/commits within Markdown links.
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
name='mdx_gh_links',
description='An extension to Python-Markdown which adds support for '
'shorthand links to GitHub users, repositories, issues and commits.',
version='0.2',
version='0.3',
author='Waylan Limberg',
author_email='[email protected]',
url='https://github.com/Python-Markdown/github-links/',
Expand All @@ -51,12 +51,10 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Documentation',
Expand Down

0 comments on commit d34e601

Please sign in to comment.