Skip to content

Commit

Permalink
Prepare next version 0.5.3 (unreleased)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Nov 25, 2019
1 parent 4aaefbd commit dd49d78
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.5.3
commit = True
tag = False
message = Prepare next version {new_version} (unreleased)
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -7,6 +7,13 @@ All notable changes to this project will be documented in this file.
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.3 (unreleased)
===================

Bug fix release



v0.5.2 (2019-11-25)
===================

Expand Down
2 changes: 1 addition & 1 deletion benker/__init__.py
@@ -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.2"
__version__ = "0.5.3"
__author__ = "Laurent LAPORTE <laurent.laporte.pro@gmail.com>"
__all__ = []
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -25,7 +25,7 @@
author = 'Laurent LAPORTE'

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

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

setup(
name="Benker",
version="0.5.2",
version="0.5.3",

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

0 comments on commit dd49d78

Please sign in to comment.