diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fcede7..1735ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Versions and bullets are arranged chronologically from latest to oldest. -## Unreleased +## v1.0.3 - Sort entries in scribunto.lock alphabetically. diff --git a/README.md b/README.md index 3a91bd0..e96892e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ python -m pip install -r requirements-dev.txt python setup.py bdist_wheel ``` -[github checks status]: https://badgen.net/github/checks/femiwiki/legunto +[github checks status]: https://badgen.net/github/checks/femiwiki/legunto/main [github checks link]: https://github.com/femiwiki/legunto/actions [codecov.io status]: https://badgen.net/codecov/c/github/femiwiki/legunto [codecov.io link]: https://codecov.io/gh/femiwiki/legunto diff --git a/setup.py b/setup.py index e260502..619e7d7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="legunto", - version="1.0.2", + version="1.0.3", description="Fetch MediaWiki Scribunto modules from wikis", long_description=long_description, long_description_content_type="text/markdown",