From 9adc0ba66a1916b91c46fdacc051257ef679e4d6 Mon Sep 17 00:00:00 2001 From: Szabolcs Dombi Date: Thu, 7 Apr 2022 11:53:31 +0300 Subject: [PATCH] bump to version 1.3.0 --- 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 c6cc0c27..9a33b51b 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.2.2...main) +# [main](https://github.com/szabolcsdombi/zengl/compare/1.3.0...main) + +# [1.3.0](https://github.com/szabolcsdombi/zengl/compare/1.2.1...1.3.0) + +- Support list of ints where tuple of ints are expected # [1.2.2](https://github.com/szabolcsdombi/zengl/compare/1.2.1...1.2.2) diff --git a/docs/conf.py b/docs/conf.py index 7d06c404..e060930a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,7 +2,7 @@ copyright = '2021, Szabolcs Dombi' author = 'Szabolcs Dombi' -release = '1.2.2' +release = '1.3.0' extensions = [ 'sphinx_rtd_theme', diff --git a/setup.py b/setup.py index 9e23982c..26c44e2e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='zengl', - version='1.2.2', + version='1.3.0', py_modules=['_zengl'], data_files=[('.', ['zengl.pyi'])], ext_modules=[ext],