Skip to content

Commit

Permalink
Deploy v0.3.2 (#44)
Browse files Browse the repository at this point in the history
* force mistune to version 0.8.4 (#43)

closes #42 
closes #40

* pin

Co-authored-by: Ezequiel Rosas <nhtzr.rg@gmail.com>
  • Loading branch information
CrossNox and nhtzr committed Dec 10, 2021
1 parent af7603b commit d169644
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = False
tag = False

Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
@@ -1,3 +1,6 @@
### Version 0.3.2 (2021-12-10)
* Pin mistune version

### Version 0.3.1 (2021-07-13)
* Fix argparse for python3.10

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -19,9 +19,9 @@
readme = f.read()


__version__ = "0.3.1"
__version__ = "0.3.2"

install_requires = ["mistune", "docutils"]
install_requires = ["mistune==0.8.4", "docutils"]
test_requirements = ["pygments"]
if sys.version_info < (3, 3):
test_requirements.append("mock")
Expand Down

0 comments on commit d169644

Please sign in to comment.