From 11f351fa4cf1686721ed78df93dd09aefbe62541 Mon Sep 17 00:00:00 2001 From: Szabolcs Dombi Date: Mon, 12 Dec 2022 16:19:26 +0200 Subject: [PATCH] bump to version 1.10.2 --- CHANGELOG.md | 6 +++++- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6706c1f5..8126d000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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.10.1...main) +# [main](https://github.com/szabolcsdombi/zengl/compare/1.10.2...main) + +# [1.10.2](https://github.com/szabolcsdombi/zengl/compare/1.10.1...1.10.2) + +- Fixed zengl camera utility with broken translation in ortho mode # [1.10.1](https://github.com/szabolcsdombi/zengl/compare/1.10.0...1.10.1) diff --git a/docs/conf.py b/docs/conf.py index 490ddaa0..17af6046 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,7 +2,7 @@ copyright = '2022, Szabolcs Dombi' author = 'Szabolcs Dombi' -release = '1.10.1' +release = '1.10.2' extensions = [] templates_path = [] diff --git a/setup.py b/setup.py index 8ae8432a..7aac701f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='zengl', - version='1.10.1', + version='1.10.2', ext_modules=[ext], py_modules=['_zengl'], packages=['zengl-stubs'],