Skip to content

Commit

Permalink
Merge pull request #201 from square/janek/bump-to-0.8.2
Browse files Browse the repository at this point in the history
Bump version: 0.8.1 → 0.8.2
  • Loading branch information
jqmp committed Jul 10, 2020
2 parents 8b73a09 + 7fcaf32 commit 465afde
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.8.1
current_version = 0.8.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion bionic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

from . import protocol # noqa: F401

__version__ = u"0.8.1"
__version__ = u"0.8.2"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = u"Janek Klawe"

# The short X.Y version
version = u"0.8.1"
version = u"0.8.2"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
7 changes: 5 additions & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,18 @@ For each release, we list the following types of change (in this order):
- **Development Changes**: Significant changes to Bionic's development process, such
as changes to our Pytest configuration or our Continuous Integration ("CI").

Upcoming Version (Not Yet Released)
-----------------------------------
.. Upcoming Version (Not Yet Released)
.. -----------------------------------
.. Record any notable changes in this section. When we update the current version,
add a new version heading below, and then comment out the heading above until more
changes are added. This way, the "Upcoming Version" section will be never be visible
in the "stable" docs (corresponding to the last release) but will be visible in the
"latest" docs (corresponding to the master branch).
0.8.2 (Jul 10, 2020)
--------------------

Bug Fixes
.........

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="bionic",
version="0.8.1",
version="0.8.2",
description=(
"A Python framework for building, running, and sharing data science "
"workflows"
Expand Down

0 comments on commit 465afde

Please sign in to comment.