From b946eb5f2a6f4e5cfa28ddc668e871bccd955ebb Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Sat, 6 Jan 2024 16:56:39 +0100 Subject: [PATCH] v1.3.0 --- LICENSE | 2 +- README.rst | 6 +++++- RELEASE.rst | 5 ++--- doc/conf.py | 2 +- setup.py | 2 +- yoga/version.py | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index a2af536..51f3e88 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017-2021, Wanadev +Copyright (c) 2017-2024, Wanadev All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.rst b/README.rst index f653bbe..471bbb4 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,11 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): - * feat(assimp): Updated assimp to v5.3.1 + * Nothing yet ;) + +* **v1.3.0:** + + * feat(assimp): Updated assimp to v5.3.1 (fixed build on GCC >= 13) * chore: Removed a script that is no more needed * docs: Updated contributing documentation (libraries, supported Python version, assimp update) diff --git a/RELEASE.rst b/RELEASE.rst index c1f3da2..1b35ebe 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -7,9 +7,8 @@ This file is a memo for the maintainer. 0. Checks --------- -* If assimp has been updated, ensure ``./scripts/generate_manifest_in.sh`` has - been run, generate an sdist package and check we are able to build a wheel - from it. +* Check years in ``LICENSE`` +* Check years in ``docs/conf.py`` 1. Release diff --git a/doc/conf.py b/doc/conf.py index 65d33bf..8df9d63 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'YOGA' -copyright = '2021, Wanadev' +copyright = '2017-2024, Wanadev' author = 'Wanadev' diff --git a/setup.py b/setup.py index 6c3e62b..7bdefcb 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ if os.path.isfile("README.rst"): setup( name="yoga", - version="1.2.3", + version="1.3.0", description="Yummy Optimizer for Gorgeous Assets", url="https://github.com/wanadev/yoga", project_urls={ diff --git a/yoga/version.py b/yoga/version.py index bd32bc2..7b49cf1 100644 --- a/yoga/version.py +++ b/yoga/version.py @@ -1 +1 @@ -VERSION = "1.2.3" +VERSION = "1.3.0"