Skip to content

Commit

Permalink
bump to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Apr 7, 2022
1 parent 31996ca commit 9adc0ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
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 = '2021, Szabolcs Dombi'
author = 'Szabolcs Dombi'

release = '1.2.2'
release = '1.3.0'

extensions = [
'sphinx_rtd_theme',
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.2.2',
version='1.3.0',
py_modules=['_zengl'],
data_files=[('.', ['zengl.pyi'])],
ext_modules=[ext],
Expand Down

0 comments on commit 9adc0ba

Please sign in to comment.