Skip to content

Commit

Permalink
Get ready for release 5.0.0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 31, 2022
1 parent bc6bac2 commit fc4b666
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
python -m pip install --upgrade pip
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
# Can comment out when next Mathics is released
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
# pip install Mathics3[full]
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
pip install Mathics3[full]
npm install
pip install -e .[full]
- name: Install Mathics Django
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
sudo apt-get update -qq && sudo apt-get install -qq liblapack-dev llvm-dev remake nodejs npm
python -m pip install --upgrade pip
# Can comment out when next Mathics is released
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
# pip install Mathics3[full]
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
pip install Mathics3[full]
npm install
pip install -e .[full]
- name: Install Mathics Django
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
choco install llvm nodejs
set LLVM_DIR="C:\Program Files\LLVM"
# Can comment out when next Mathics is released
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
# pip install Mathics3[full]
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
pip install Mathics3[full]
pip install -e .[full]
- name: Install Mathics Django
run: |
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGES
=======

5.0.0
-----

* Adjust for Mathics3 core 5.0.0 API
* Sort document reference chapters and sections
* Urls can now have links in them


4.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion mathics_django/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
__version__="5.0.0.dev0" # noqa
__version__="5.0.0" # noqa

0 comments on commit fc4b666

Please sign in to comment.