Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 6, 2023
1 parent 5d762b5 commit 80331b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Changelog

* **[NEXT]** (changes on ``master`` that have not been released yet):

* Nothing yet ;)

* **v1.2.3:**

* Code quality: more robust type comparison (@flozz)
* Code quality: cleanup some Python 2.7 specific code (@flozz)
* Added Python 3.12 support (@flozz)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def build_extensions(self):

setup(
name="yoga",
version="1.2.2",
version="1.2.3",
description="Yummy Optimizer for Gorgeous Assets",
url="https://github.com/wanadev/yoga",
project_urls={
Expand Down
2 changes: 1 addition & 1 deletion yoga/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.2.2"
VERSION = "1.2.3"

0 comments on commit 80331b1

Please sign in to comment.