Skip to content

Commit

Permalink
Set version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 8, 2024
1 parent 7400b8c commit 08280dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Basically:
### Python
- fix bindings for implot.plot_bar_groups
- sdl pure backend: fix get_clipboard_text
- patches for [conda-forge package](https://github.com/conda-forge/imgui-bundle-feedstock) (in preparation)

### iOs
- Improved font rendering on iOS (use static freetype, use retina resolution)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18)
project(imgui_bundle VERSION "1.6.0") # Remember to mirror changes to pyproject.toml!
project(imgui_bundle VERSION "1.6.1") # Remember to mirror changes to pyproject.toml!

# imgui_bundle_build_lib contains the main logic to build imgui_bundle
set(IMGUI_BUNDLE_PATH ${CMAKE_CURRENT_LIST_DIR} CACHE STRING "" FORCE)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "imgui-bundle"
version = "1.6.0" # Remember to mirror changes on line 2 of main CMakeLists!
version = "1.6.1" # Remember to mirror changes on line 2 of main CMakeLists!
description="Dear ImGui Bundle: easily create ImGui applications in Python and C++. Batteries included!"
readme = "bindings/imgui_bundle/Readme_pypi.md"
authors = [ { name = "Pascal Thomet", email = "pthomet@gmail.com" } ]
Expand Down

0 comments on commit 08280dd

Please sign in to comment.