Skip to content

Commit

Permalink
Merge pull request lenstronomy#609 from sibirrer/main
Browse files Browse the repository at this point in the history
ready for release 1.11.10
  • Loading branch information
sibirrer authored May 15, 2024
2 parents 70f1bc4 + e483cf5 commit 74a82df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,7 @@ History
1.11.9 (2024-04-05)
+++++++++++++++++++
* COOLEST format with external convergence implemented

1.11.10 (2024-05-15)
++++++++++++++++++++
* bug fix in analytical lens equation solver for SIE+CONVERGENCE
2 changes: 1 addition & 1 deletion lenstronomy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "lenstronomy developers"
__email__ = "lenstronomy-dev@googlegroups.com"
__version__ = "1.11.9"
__version__ = "1.11.10"
__credits__ = "lenstronomy developers"

from .Util.package_util import short, laconic
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ def run_tests(self):

setup(
name="lenstronomy",
version="1.11.9",
version="1.11.10",
description="Strong lens modeling package.",
long_description=desc,
author="lenstronomy developers",
author_email="lenstronomy-dev@googlegroups.com",
url="https://github.com/lenstronomy/lenstronomy",
download_url="https://github.com/lenstronomy/lenstronomy/archive/1.11.9.tar.gz",
download_url="https://github.com/lenstronomy/lenstronomy/archive/1.11.10.tar.gz",
packages=find_packages(PACKAGE_PATH, "test"),
package_dir={"lenstronomy": "lenstronomy"},
include_package_data=True,
Expand Down

0 comments on commit 74a82df

Please sign in to comment.