Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapenbr committed May 22, 2022
1 parent e58d6bd commit 45cf7dd
Show file tree
Hide file tree
Showing 6 changed files with 14 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.4.2
current_version = 0.4.3
commit = True
tag = True

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Changelog
=========


v0.4.3 (2022-05-22)
-------------------

Fix
~~~
- Revisited marking of ob/pb. [mpapenbr]


v0.4.2 (2022-05-21)
-------------------
- Pkg: stay on autobahn 21. [mpapenbr]
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Overview
:alt: Documentation Status


.. |commits-since| image:: https://img.shields.io/github/commits-since/mpapenbr/python-racelogger/v0.4.2.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/mpapenbr/python-racelogger/v0.4.3.svg
:alt: Commits since latest release
:target: https://github.com/mpapenbr/python-racelogger/compare/v0.4.2...master
:target: https://github.com/mpapenbr/python-racelogger/compare/v0.4.3...master



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = '2021'
author = 'Markus Papenbrock'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.4.2'
version = release = '0.4.3'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*names, **kwargs):

setup(
name='racelogger',
version='0.4.2',
version='0.4.3',
license='Apache-2.0',
description='Racelogger for iRacelog ',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/racelogger/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.2'
__version__ = '0.4.3'

0 comments on commit 45cf7dd

Please sign in to comment.