From 00d91856678d7ecf17647a9b5cbff1810a39f275 Mon Sep 17 00:00:00 2001 From: Diego Argueta Date: Sat, 4 Sep 2021 09:39:11 -0700 Subject: [PATCH] 0.10.4 (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 0.10.4 * Bump version: 0.10.3 → 0.10.4 Co-authored-by: Diego Argueta <620513-dargueta@users.noreply.github.com> --- .bumpversion.cfg | 2 +- binobj/__init__.py | 2 +- docs/source/CHANGELOG.rst | 14 ++++++++++++++ docs/source/conf.py | 4 ++-- setup.cfg | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2da5afc5..82a6e111 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.3 +current_version = 0.10.4 commit = True tag = False tag_name = {new_version} diff --git a/binobj/__init__.py b/binobj/__init__.py index b20d53a8..68372b5e 100644 --- a/binobj/__init__.py +++ b/binobj/__init__.py @@ -14,5 +14,5 @@ def __to_version_info(): # Do not modify directly; use ``bumpversion`` command instead. -__version__ = "0.10.3" +__version__ = "0.10.4" __version_info__ = __to_version_info() diff --git a/docs/source/CHANGELOG.rst b/docs/source/CHANGELOG.rst index a8ea8f72..431ee805 100644 --- a/docs/source/CHANGELOG.rst +++ b/docs/source/CHANGELOG.rst @@ -1,9 +1,23 @@ Changelog ========= +0.10.4 +------ + +Released 2021-09-04 + +Bugfixes +~~~~~~~~ + +Removed stray files that were supposed to be in another branch. Otherwise, this +is identical to 0.10.3. + + 0.10.3 ------ +**YANKED -- Install 0.10.4 instead** + Released 2021-09-04 Deprecations diff --git a/docs/source/conf.py b/docs/source/conf.py index f26fc492..4630d41d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = "0.10.3" +version = "0.10.4" # The full version, including alpha/beta/rc tags. -release = "0.10.3" +release = "0.10.4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index a6d29106..8b2fdbaf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ project_urls: Source=https://www.github.com/dargueta/binobj Tracker=https://www.github.com/dargueta/binobj/issues ; Do not modify the version manually -- use the bumpversion CLI tool -version: 0.10.3 +version: 0.10.4 [options] install_requires: