Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
wgergely committed Oct 9, 2023
1 parent 24267fc commit 11ced32
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="https://img.shields.io/badge/Python-3.8%2B-lightgrey">
<img src="https://img.shields.io/badge/Python-PySide2-lightgrey">
<img src="https://img.shields.io/badge/Platform-Windows-lightgrey">
<img src="https://img.shields.io/badge/Version-v0.8.5-green">
<img src="https://img.shields.io/badge/Version-v0.8.6-green">
</p>

<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions bookmarks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
.. |label3| image:: https://img.shields.io/badge/Platform-Windows-lightgrey
:height: 18
.. |label4| image:: https://img.shields.io/badge/Version-v0.8.5-green
.. |label4| image:: https://img.shields.io/badge/Version-v0.8.6-green
:height: 18
.. |image1| image:: ./images/active_bookmark.png
Expand All @@ -100,7 +100,7 @@
__email__ = 'hello@gergely-wootsch.com'

#: Project version
__version__ = '0.8.5'
__version__ = '0.8.6'

#: Project version
__version_info__ = __version__.split('.')
Expand Down
2 changes: 1 addition & 1 deletion bookmarks/maya/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
product = 'bookmarks'

__author__ = 'Gergely Wootsch'
__version__ = '0.8.5'
__version__ = '0.8.6'

maya_useNewAPI = True

Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
author = 'Gergely Wootsch'

# The full version, including alpha/beta/rc tags
release = '0.8.5'
release = '0.8.6'

html_baseurl = 'https://bookmarks-vfx.com'
html_extra_path = [
Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get Bookmarks

The project is hosted on `Github <https://github.com/wgergely/bookmarks>`_.

.. admonition:: Download the latest Windows release: `Bookmarks v0.8.5 <https://github.com/wgergely/bookmarks/releases/download/0.8.5/Bookmarks_0.8.5.exe>`_
.. admonition:: Download the latest Windows release: `Bookmarks v0.8.6 <https://github.com/wgergely/bookmarks/releases/download/0.8.6/Bookmarks_0.8.6.exe>`_

☹ Currently, Bookmarks only supports Windows.

Expand Down
2 changes: 1 addition & 1 deletion package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)

project(
Bookmarks
VERSION 0.8.5
VERSION 0.8.6
DESCRIPTION "Bookmarks is a lightweight asset manager for digital artists working in the animation, motion graphics and VFX industries."
HOMEPAGE_URL "https://bookmarks-vfx.com"
)
Expand Down

0 comments on commit 11ced32

Please sign in to comment.