Skip to content

Commit

Permalink
Version 0.4.10. More robust Python home on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Apr 12, 2021
1 parent 810ea0e commit 2f14c42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "nionui-tool" %}
{% set version = "0.4.9" %}
{% set version = "0.4.10" %}
{% set macos_app = "Nion UI Launcher" %}
{% set app_dir = "NionUILauncher" %}
{% set macos_exe = "Nion UI Launcher" %}
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog (nionui-tool)
=======================

0.4.10 (UNRELEASED)
0.4.10 (2021-04-12)
-------------------
- Use a more robust method for locating Python home on Linux (still not perfect).

Expand Down
2 changes: 1 addition & 1 deletion launcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.12)
option(USE_CONSOLE "Enable console" ON)

set(APP_NAME "NionUILauncher")
set(APP_VERSION "0.4.9")
set(APP_VERSION "0.4.10")

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/build)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

tool_id = "nionui"
version = "0.4.9"
version = "0.4.10"
launcher = "NionUILauncher"


Expand Down

0 comments on commit 2f14c42

Please sign in to comment.