Skip to content

Commit

Permalink
Bump to 0.6.2 with Python 3.12 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 30, 2023
1 parent 28af425 commit ce3ac83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix: # using `matrix` to define a constant
package: ['julia==0.6.1']
package: ['julia==0.6.2']
steps:
- name: Set up Python 3.9
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion ci/test-upload/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deps =

commands =
shell-retry --backoff=2 --interval-max=20 --retry-count=30 --verbose -- \
pip install --index-url https://test.pypi.org/simple/ julia==0.6.1
pip install --index-url https://test.pypi.org/simple/ julia==0.6.2

python -c "from julia import install; install()"
python -m julia.runtests -- \
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = 'The Julia and IPython development teams'

# The short X.Y version
version = '0.6.1'
version = '0.6.2'
# The full version, including alpha/beta/rc tags
release = '0.6.1'
release = '0.6.2'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit ce3ac83

Please sign in to comment.