From e19a07f9557d9a28fd1038371e2a0a0c559840a5 Mon Sep 17 00:00:00 2001 From: demberto Date: Sat, 19 Nov 2022 13:13:38 +0530 Subject: [PATCH] version: bump to v2.0.0a6 --- CHANGELOG.md | 3 ++- docs/conf.py | 2 +- pyflp/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4170514..45d137f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.0.0a6 - Unreleased +## [2.0.0a6] - 2022-11-19 ### Added @@ -588,6 +588,7 @@ Same as in 0.1.1 - `flpinfo` doesn't output correctly sometimes due to long strings. - Extraneous data dumped sometimes by `InsertSlotEvent.Plugin`, why this is caused is not known. +[2.0.0a6]: https://github.com/demberto/PyFLP/compare/v2.0.0a5.post...v2.0.0a6 [2.0.0a5.post]: https://github.com/demberto/PyFLP/compare/v2.0.0a5...v2.0.0a5.post [2.0.0a5]: https://github.com/demberto/PyFLP/compare/v2.0.0a4...v2.0.0a5 [2.0.0a4]: https://github.com/demberto/PyFLP/compare/v2.0.0a3...v2.0.0a4 diff --git a/docs/conf.py b/docs/conf.py index b76543e..5ac1b02 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ project = "PyFLP" author = "demberto" copyright = f"2022, {author}" -release = "2.0.0a5.post" # DON'T TOUCH! Auto-updated by tbump +release = "2.0.0a6" # DON'T TOUCH! Auto-updated by tbump extensions = [ "hoverxref.extension", "m2r2", # Markdown to reStructuredText conversion diff --git a/pyflp/__init__.py b/pyflp/__init__.py index fc172c9..3459564 100644 --- a/pyflp/__init__.py +++ b/pyflp/__init__.py @@ -58,7 +58,7 @@ from .project import VALID_PPQS, FileFormat, Project, ProjectID __all__ = ["parse", "save"] -__version__ = "2.0.0a5.post" +__version__ = "2.0.0a6" if sys.version_info < (3, 11): # https://github.com/Bobronium/fastenum/issues/2 import fastenum diff --git a/pyproject.toml b/pyproject.toml index 9091afc..c329034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ version = { attr = "pyflp.__version__" } github_url = "https://github.com/demberto/PyFLP/" [tool.tbump.version] -current = "2.0.0a5.post" +current = "2.0.0a6" regex = ''' (?P\d+) \.