Skip to content

Commit

Permalink
New minor release v0.5.0 (2019-09-25)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Sep 25, 2019
1 parent 485b39f commit ae99466
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.5.0b3
current_version = 0.5.0
commit = True
tag = False
message = Prepare next version {new_version} (unreleased)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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>`_.


v0.5.0 (unreleased)
v0.5.0 (2019-09-25)
===================

Minor release
Expand Down
2 changes: 1 addition & 1 deletion benker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Benker - Easily convert your CALS, HTML, Formex 4, Office Open XML (docx) tables from one format to another."""

__version__ = "0.5.0b3"
__version__ = "0.5.0"
__author__ = "Laurent LAPORTE <laurent.laporte.pro@gmail.com>"
__all__ = []
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Laurent LAPORTE'

# The full version, including alpha/beta/rc tags
release = "0.5.0b3"
release = "0.5.0"
# The short X.Y version
version = '.'.join(release.split('.')[:2])

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(filename):

setup(
name="Benker",
version="0.5.0b3",
version="0.5.0",

author="Laurent LAPORTE",
author_email="laurent.laporte.pro@gmail.com",
Expand Down

0 comments on commit ae99466

Please sign in to comment.