Skip to content

Commit

Permalink
Merge pull request #42 from apple1417/master
Browse files Browse the repository at this point in the history
update unrealsdk + changelog for 1.2.0 release
  • Loading branch information
apple1417 authored Aug 10, 2024
2 parents 6ad3f91 + 1eeb02a commit d3bf5f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.2.0 (Upcoming)
## v1.2.0

Also see the unrealsdk v1.2.0 changelog [here](https://github.com/bl-sdk/unrealsdk/blob/master/changelog.md#v120).

Expand Down
2 changes: 1 addition & 1 deletion stubs/unrealsdk/unreal/_uenum.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class _UnrealEnumMeta(EnumMeta):
_unreal: UEnum

class _GenericUnrealEnumMeta(_UnrealEnumMeta):
def __getattr__(self, name: str) -> IntFlag: ...
def __getattr__(cls, name: str) -> IntFlag: ...

class _GenericUnrealEnum(IntFlag, metaclass=_GenericUnrealEnumMeta): ...

Expand Down

0 comments on commit d3bf5f9

Please sign in to comment.