From a924eeffc62a094a58f976b5213bf3d1d83fb099 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 3 Apr 2025 11:35:59 -0500 Subject: [PATCH 1/2] bump to 0.14.1 --- setup.py | 2 +- symengine/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 28d05bce..23d948ef 100644 --- a/setup.py +++ b/setup.py @@ -222,7 +222,7 @@ def finalize_options(self): ''' setup(name="symengine", - version="0.14.0", + version="0.14.1", description="Python library providing wrappers to SymEngine", setup_requires=['cython>=0.29.24', 'setuptools'], long_description=long_description, diff --git a/symengine/__init__.py b/symengine/__init__.py index 4ca4dd7c..e9545baf 100644 --- a/symengine/__init__.py +++ b/symengine/__init__.py @@ -63,7 +63,7 @@ def __getattr__(name): raise AttributeError(f"module 'symengine' has no attribute '{name}'") -__version__ = "0.14.0" +__version__ = "0.14.1" # To not expose internals From 6b35fd056a976d002d71c45ae233ab095563f056 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 3 Apr 2025 11:37:15 -0500 Subject: [PATCH 2/2] Add Adrian to AUTHORS. Welcome to SymEngine!! --- .mailmap | 1 + AUTHORS | 1 + 2 files changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index 5a35cee3..11654a9b 100644 --- a/.mailmap +++ b/.mailmap @@ -22,3 +22,4 @@ Nilay Pochhi Björn Dahlgren Richard Otis richardotis Firat Bezir +Adrian Ostrowski <81568391+aostrowski-hbn@users.noreply.github.com> diff --git a/AUTHORS b/AUTHORS index 19d0bd08..484d38be 100644 --- a/AUTHORS +++ b/AUTHORS @@ -38,3 +38,4 @@ Christian Clauss Moraxyc Aaron Miller <78561124+aaron-skydio@users.noreply.github.com> Firat Bezir +Adrian Ostrowski