fix(techdocs-core): change development status of techdocs core package (#2589)

This commit is contained in:
Emma Indal
2020-09-24 11:26:25 +02:00
committed by GitHub
parent 4ee2c6a16d
commit 6b8a6d8d52
2 changed files with 6 additions and 2 deletions
@@ -82,6 +82,10 @@ Extensions:
## Changelog
### 0.0.9
- Change development status to 3 - Alpha
### 0.0.8
- Superfences and Codehilite doesn't work very well together (squidfunk/mkdocs-material#1604) so therefore the codehilite extension is replaced by pymdownx.highlight
@@ -23,7 +23,7 @@ with open(path.join(this_dir, "README.md"), encoding="utf-8") as file:
setup(
name="mkdocs-techdocs-core",
version="0.0.8",
version="0.0.9",
description="A Mkdocs package that contains TechDocs defaults",
long_description=long_description,
long_description_content_type="text/markdown",
@@ -43,7 +43,7 @@ setup(
"pymdown-extensions==7.1",
],
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",