Skip to content

Commit d42cf68

Browse files
authored
Merge pull request #1085 from aphearin/wheeltest
Test wheels
2 parents 911367e + b24c8a6 commit d42cf68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, macos-11]
15+
os: [ubuntu-20.04, macos-12]
1616

1717
steps:
1818
- uses: actions/checkout@v4

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.9 (unreleased)
1+
0.9.0 (2024-09-04)
22
------------------
33

44
- Add models and mock observations of intrinsic alignments (https://github.com/astropy/halotools/pull/1056)

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Although the **sim_manager** provides an object-oriented framework for creating
116116
Project status
117117
--------------
118118

119-
Halotools is a fully open-source package with contributing scientists spread across many universities. The latest stable release of the package, v0.8, is now available on pip and conda-forge. You can also install the development version of the package by cloning the master branch on GitHub and locally building the source code, as described in the installation instructions.
119+
Halotools is a fully open-source package with contributing scientists spread across many universities. The latest stable release of the package, v0.9, is now available on pip and conda-forge. You can also install the development version of the package by cloning the master branch on GitHub and locally building the source code, as described in the installation instructions.
120120

121121

122122
## Asking questions and staying up-to-date

0 commit comments

Comments
 (0)