Skip to content

Commit

Permalink
New release (20241010)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 10, 2024
1 parent 8056613 commit e781677
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,31 @@

# Change Log

## [Unreleased](https://github.com/nutti/fake-bpy-module/compare/20240604...main)
## [Unreleased](https://github.com/nutti/fake-bpy-module/compare/20241010...main)

<!-- markdownlint-disable-next-line MD013 -->
## [20241010](https://github.com/nutti/fake-bpy-module/compare/20240604...20241010) - 2024.10.10

### Notice

From this version, fake-bpy-module requires Python 3.12.

### Updated Features

* Support fake-bpy-module-4.2
* Use Python 3.12 syntax for type annotations on the generated modules
* Support type alias for RNA enums

### Other Updates

* Enable Ruff lint on CI against both generation code and generated code
* Fix bugs

### Contributors

* [**@JonathanPlasse**](https://github.com/JonathanPlasse)
* [**@Road-hog123**](https://github.com/Road-hog123)
* [**@Andrej730**](https://github.com/Andrej730)

<!-- markdownlint-disable-next-line MD013 -->
## [20240604](https://github.com/nutti/fake-bpy-module/compare/20231118...20240604) - 2024.6.4
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Note: The similar project for Blender Game Engine (BGE) is available on

## Requirements

fake-bpy-module uses typing module and type hints which are available from
Python 3.8. Check your Python version is >= 3.8.
fake-bpy-module requires Python 3.12.

## Install

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools"]
[project]
name = "fake-bpy-module"
description = "Collection of the fake Blender Python API module for the code completion."
requires-python = ">=3.8"
requires-python = ">=3.12"
readme = "README.md"
license = {file = "LICENSE"}
authors = [
Expand Down

0 comments on commit e781677

Please sign in to comment.