Skip to content

Commit

Permalink
fixing RST in readme for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jul committed Oct 30, 2018
1 parent 35157f1 commit d6fc4b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ex::
sdict
*****

dict made for searching value/keys/`Path`_ with special interests.
dict made for searching value/keys/*Path* with special interests.

Basically, it returns an interator in the form of a tuple being all the keys and the value.
It is a neat trick, if you combine it with `make_from_path`_, it helps select exactly what you want in a dict::
Expand Down
2 changes: 1 addition & 1 deletion archery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .barrack import (
paired_row_iter, bowyer, make_from_path, Path, mapping_row_iter
)
__version__ = "1.1.1"
__version__ = "1.1.2"
__author__ = "julien tayon"
__author_email__ = "julien@tayon.net"
__all__ = [
Expand Down
3 changes: 3 additions & 0 deletions docs/source/extra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ and then
Roadmap
*******

1.1.1/2
- trying to have a valider valid README.rst (python setup check -r is not enough)

1.0.0
- Flattening the structure of archery and making naming more obvious
- Keeping the old API compatible
Expand Down

0 comments on commit d6fc4b1

Please sign in to comment.