Start 0.2.5 development

- Use pipenv to manage dependencies during development
- Bump version number to 0.2.5.dev1
This commit is contained in:
Jan Dittberner 2019-07-13 21:51:27 +02:00
parent 713dc39b9e
commit 12a6b34550
4 changed files with 464 additions and 2 deletions

View file

@ -23,7 +23,7 @@ from sphinx.locale import l_
from sphinx.roles import XRefRole
from sphinx.util.nodes import make_refnode
__version__ = '0.2.4'
__version__ = '0.2.5.dev1'
def ip_object_anchor(typ, path):