Skip to content

Commit

Permalink
bump 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Jun 2, 2021
1 parent 6daf09f commit d795f51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

v0.7.1 (2021-06-01)
-------------------

* README.rst formatting fixes

v0.7.0 (2021-06-01)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ The parser use a ``TAG_KEY_MAPPING``, which one can override by calling ``rispy.
List tags can be customized in the same way, by passing a list to the ``list_tags`` parameter.

Changing rispy behavior
*********************
***********************

There are a few flags that can be passed to ``rispy.load()`` and ``rispy.dump()`` that change how ``rispy`` deals with tags. For example, setting ``skip_unknown_tags`` to ``True`` will cause ``rispy`` do not read or write tags not in the tag map. More can be found in the docstrings for each class. If more customization is necessary, a custom implementation can be created (see next section).

Expand Down
2 changes: 1 addition & 1 deletion rispy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .parser import load, loads, BaseParser, RisParser, WokParser
from .writer import dump, dumps, BaseWriter, RisWriter

__version__ = "0.7.0"
__version__ = "0.7.1"

__all__ = [
"__version__",
Expand Down

0 comments on commit d795f51

Please sign in to comment.