Skip to content

Commit

Permalink
0.10.4 (#34)
Browse files Browse the repository at this point in the history
* 0.10.4

* Bump version: 0.10.3 → 0.10.4

Co-authored-by: Diego Argueta <620513-dargueta@users.noreply.github.com>
  • Loading branch information
dargueta and Diego Argueta committed Sep 4, 2021
1 parent 4fa324b commit 00d9185
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .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}
Expand Down
2 changes: 1 addition & 1 deletion binobj/__init__.py
Expand Up @@ -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()
14 changes: 14 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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:
Expand Down

0 comments on commit 00d9185

Please sign in to comment.