Skip to content

Commit

Permalink
Bump version 0.7.1 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Argueta committed Jul 2, 2020
1 parent 1d4f49e commit de2874d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.8.0
commit = True
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion binobj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def __to_version_info():


# Do not modify directly; use ``bumpversion`` command instead.
__version__ = "0.7.1"
__version__ = "0.8.0"
__version_info__ = __to_version_info()
2 changes: 1 addition & 1 deletion docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
0.8.0
-----

(Unreleased)
Released 2020-07-02

New Features
~~~~~~~~~~~~
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath("../binobj"))
sys.path.insert(0, os.path.abspath(os.path.join("..", "binobj")))


# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = "0.7.1"
version = "0.8.0"
# The full version, including alpha/beta/rc tags.
release = "0.7.1"
release = "0.8.0"

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: binobj
packages: find:
url: https://www.github.com/dargueta/binobj
; Do not modify the version manually -- use the bumpversion CLI tool
version: 0.7.1
version: 0.8.0

[options]
install_requires:
Expand Down

0 comments on commit de2874d

Please sign in to comment.