From f1d63a57a502a7d5a3dc96125bacf6787b3c4c94 Mon Sep 17 00:00:00 2001 From: Zhaopudark Date: Thu, 18 Jan 2024 21:17:01 +0800 Subject: [PATCH] Prepare for publish --- README.md | 3 ++- RELEASE.md | 2 ++ src/pandoc_filter/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f08ab..9b872a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pandoc-filter) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pandoc-filter)](https://badge.fury.io/py/pandoc-filter) [![PyPI version](https://badge.fury.io/py/pandoc-filter.svg)](https://badge.fury.io/py/pandoc-filter) + [![codecov](https://codecov.io/gh/Zhaopudark/pandoc-filter/graph/badge.svg?token=lb3cLoh3e5)](https://codecov.io/gh/Zhaopudark/pandoc-filter) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Zhaopudark/pandoc-filter/local_test.yml?label=Local%20Test)](https://github.com/Zhaopudark/pandoc-filter/actions/workflows/local_test.yml) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Zhaopudark/pandoc-filter/build_and_deploy.yml?label=Build)](https://github.com/Zhaopudark/pandoc-filter/actions/workflows/build_and_deploy.yml) diff --git a/RELEASE.md b/RELEASE.md index c40f831..048138b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,6 @@ # Pandoc-Filter 0.0.1 +## Release 0.0.1b2 +Sync to Zenodo. ## Release 0.0.1b1 Add badges and other minor changes. ## Release 0.0.1b0 diff --git a/src/pandoc_filter/__init__.py b/src/pandoc_filter/__init__.py index 2da05c0..2a4ea11 100644 --- a/src/pandoc_filter/__init__.py +++ b/src/pandoc_filter/__init__.py @@ -3,4 +3,4 @@ from . import pandoc_checker from . import utils -__version__ = '0.0.1b1' \ No newline at end of file +__version__ = '0.0.1b2' \ No newline at end of file