Skip to content

Commit

Permalink
REL: 0.4.9
Browse files Browse the repository at this point in the history
--HG--
branch : 0.4
  • Loading branch information
Michael McNeil Forbes committed Nov 11, 2022
1 parent 2b3982a commit bb32633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes
=======
## 0.4.9
- Remove blank lines from `default.tex` so that `mmf_setup.nbinit()` works on CoCalc
(workaround for [CoCalc issue #6210][]).

[CoCalc issue #6210]: <https://github.com/sagemathinc/cocalc/issues/6210>

## 0.4.8
- Don't install mercurial etc. on CoCalc by default: these are now included in the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def read(*names, **kwargs):

setup(
name=NAME,
version="0.4.8",
version="0.4.9",
packages=find_packages("src"),
package_dir={"": "src"},
py_modules=[splitext(basename(_path))[0] for _path in glob("src/*.py")],
Expand Down

0 comments on commit bb32633

Please sign in to comment.