Skip to content

Commit 99bb4b1

Browse files
committed
bump version number
1 parent d26216e commit 99bb4b1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<img src="https://img.shields.io/badge/Python-3.8%2B-lightgrey">
88
<img src="https://img.shields.io/badge/Python-PySide2-lightgrey">
99
<img src="https://img.shields.io/badge/Platform-Windows-lightgrey">
10-
<img src="https://img.shields.io/badge/Version-v0.7.2-green">
10+
<img src="https://img.shields.io/badge/Version-v0.7.3-green">
1111
</p>
1212

1313
<p align="center">

bookmarks/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
.. |label3| image:: https://img.shields.io/badge/Platform-Windows-lightgrey
7373
:height: 18
7474
75-
.. |label4| image:: https://img.shields.io/badge/Version-v0.7.2-green
75+
.. |label4| image:: https://img.shields.io/badge/Version-v0.7.3-green
7676
:height: 18
7777
7878
.. |image1| image:: ./images/active_bookmark.png
@@ -97,7 +97,7 @@
9797
__email__ = 'hello@gergely-wootsch.com'
9898

9999
#: Project version
100-
__version__ = '0.7.2'
100+
__version__ = '0.7.3'
101101

102102
#: Project version
103103
__version_info__ = __version__.split('.')

bookmarks/maya/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
product = 'bookmarks'
1818

1919
__author__ = 'Gergely Wootsch'
20-
__version__ = '0.7.2'
20+
__version__ = '0.7.3'
2121

2222
maya_useNewAPI = True
2323

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
author = 'Gergely Wootsch'
3434

3535
# The full version, including alpha/beta/rc tags
36-
release = '0.7.2'
36+
release = '0.7.3'
3737

3838
# -- General configuration ---------------------------------------------------
3939

docs/source/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get Bookmarks
2525

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

28-
.. admonition:: Download the latest Windows release: `Bookmarks v0.7.2 <https://github.com/wgergely/bookmarks/releases/download/0.7.2/Bookmarks_0.7.2.exe>`_
28+
.. admonition:: Download the latest Windows release: `Bookmarks v0.7.3 <https://github.com/wgergely/bookmarks/releases/download/0.7.3/Bookmarks_0.7.3.exe>`_
2929

3030
☹ Currently, Bookmarks only supports Windows.
3131

installer/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Bookmarks"
2-
#define MyAppVersion "0.7.2"
2+
#define MyAppVersion "0.7.3"
33
#define MyAppPublisher "Gergely Wootsch"
44
#define MyAppURL "http:\\github.com\wgergely\bookmarks"
55
#define MyAppExeName "Bookmarks.exe"

launcher/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
33
# set the project name
44
project(
55
Bookmarks
6-
VERSION 0.7.2
6+
VERSION 0.7.3
77
DESCRIPTION "Bookmarks and binary distribution package."
88
HOMEPAGE_URL "https://github.com/wgergely/bookmarks"
99
)

0 commit comments

Comments
 (0)