diff --git a/README.md b/README.md index 07215ba..0f50710 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ defined in `LICENSE`. ## Change Log -### Version 0.4 (unreleased) +### Version 0.4 (2023/12/22) Add `domain` configuration option in order to support GitHub Enterprise Servers. diff --git a/pyproject.toml b/pyproject.toml index e272cfb..4a118fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = 'mdx_gh_links' -version = '0.3.1' +version = '0.4' description = "An extension to Python-Markdown which adds support for shorthand links to GitHub users, repositories, issues and commits." readme = {file = 'README.md', content-type='text/markdown'} authors = [