Skip to content

Commit

Permalink
bump version & update README
Browse files Browse the repository at this point in the history
  • Loading branch information
time4tea committed Nov 4, 2022
1 parent 37dcfc3 commit a7a859d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.63.0
current_version = 0.64.0

[bumpversion:file:setup.py]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ https://github.com/JuanIrache/gopro-telemetry

If you find any issues with new releases, please discuss in [GitHub Discussions](https://github.com/time4tea/gopro-dashboard-overlay/discussions)

- 0.64.0 Bump version only - no changes
- 0.63.0 Bump version only - no changes
- 0.62.0 Bump version only - no changes
- 0.61.0 Update to Pillow version - should make the program run faster due to improvements in font rendering performance
Expand Down
2 changes: 1 addition & 1 deletion gopro_overlay/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__title__ = 'gopro_overlay'
__description__ = 'Dashboards for GoPro'
__url__ = 'https://github.com/time4tea/gopro-dashboard-overlay'
__version__ = '0.63.0'
__version__ = '0.64.0'
__author__ = 'James Richardson'
__author_email__ = 'james@time4tea.net'
__license__ = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="gopro-overlay",
version="0.63.0",
version="0.64.0",
description="Overlay graphics dashboards onto GoPro footage",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a7a859d

Please sign in to comment.