Skip to content

Commit

Permalink
🔖 Release 3.74.0 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez authored Jul 18, 2022
1 parent 2bbeb1e commit f95b227
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 1,188 deletions.
13 changes: 12 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,23 @@
"contributions": [
"bug"
]
},
{
"login": "miakramer",
"name": "Mia Kramer",
"avatar_url": "https://avatars.githubusercontent.com/u/16845265?v=4",
"profile": "https://github.com/miakramer",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "latex2mathml",
"projectOwner": "roniemartinez",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": false
"skipCi": false,
"commitConvention": "none"
}
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ lint:
test:
poetry run pytest

.PHONY: setup
setup:
# https://github.com/pypa/setuptools/issues/2993#issuecomment-1003765389
SETUPTOOLS_USE_DISTUTILS=stdlib poetry run dephell deps convert

.PHONY: tag
tag:
VERSION=`poetry version | grep -o -E "\d+\.\d+\.\d+(-\w+\.\d+)?"`; \
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/Nigel-Amers"><img src="https://avatars.githubusercontent.com/u/14248498?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nigel Amers</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3ANigel-Amers" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/retsyo"><img src="https://avatars.githubusercontent.com/u/7960913?v=4?s=100" width="100px;" alt=""/><br /><sub><b>retsyo</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aretsyo" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/miakramer"><img src="https://avatars.githubusercontent.com/u/16845265?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mia Kramer</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/commits?author=miakramer" title="Code">💻</a> <a href="https://github.com/roniemartinez/latex2mathml/commits?author=miakramer" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
Expand Down
162 changes: 0 additions & 162 deletions README.rst

This file was deleted.

Loading

0 comments on commit f95b227

Please sign in to comment.