Skip to content

Commit

Permalink
bump to version 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Nov 9, 2022
1 parent 2821027 commit 8b9d5b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# [main](https://github.com/szabolcsdombi/zengl/compare/1.9.2...main)
# [main](https://github.com/szabolcsdombi/zengl/compare/1.9.3...main)

# [1.9.3](https://github.com/szabolcsdombi/zengl/compare/1.9.2...1.9.3)

- Moved zengl.pyi to zengl-stubs
- Fixed missing type hinting

# [1.9.2](https://github.com/szabolcsdombi/zengl/compare/1.9.1...1.9.2)

Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,3 @@ Image.frombuffer('RGBA', size, image.read(), 'raw', 'RGBA', 0, -1).save('hello.p
[![linting_06](https://github.com/szabolcsdombi/zengl-example-images/raw/examples/linting/linting_06.png)](#typehints)

[![linting_07](https://github.com/szabolcsdombi/zengl-example-images/raw/examples/linting/linting_07.png)](#typehints)

**Not Working?**

It is a known issue that at the moment on linux with venv the pyi file is not distributed properly.

To fix this issue please download the [zengl.pyi](https://github.com/szabolcsdombi/zengl/raw/main/zengl.pyi) file
and place it either in you project's root or next to the zengl binary.
To locate the installation just inspect `zengl.__file__`.

```py
>>> import zengl
>>> zengl.__file__
'...'
```
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
copyright = '2022, Szabolcs Dombi'
author = 'Szabolcs Dombi'

release = '1.9.2'
release = '1.9.3'

extensions = []
templates_path = []
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='zengl',
version='1.9.2',
version='1.9.3',
ext_modules=[ext],
py_modules=['_zengl'],
packages=['zengl-stubs'],
Expand Down

0 comments on commit 8b9d5b5

Please sign in to comment.