File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.10.2
4+
5+ Fix documentation bug.
36
47## v1.10.1
58
Original file line number Diff line number Diff line change @@ -263,19 +263,19 @@ Top to bottom (default)::
263263
264264.. image :: https://raw.githubusercontent.com/thebjorn/pydeps/master/docs/_static/pydeps-rankdir-tb.svg?sanitize=true
265265
266- Bottom to top (default) ::
266+ Bottom to top::
267267
268268 shell> pydeps pydeps --rankdir BT
269269
270270.. image :: https://raw.githubusercontent.com/thebjorn/pydeps/master/docs/_static/pydeps-rankdir-bt.svg?sanitize=true
271271
272- Left to right (default) ::
272+ Left to right::
273273
274274 shell> pydeps pydeps --rankdir LR
275275
276276.. image :: https://raw.githubusercontent.com/thebjorn/pydeps/master/docs/_static/pydeps-rankdir-lr.svg?sanitize=true
277277
278- Right to left (default) ::
278+ Right to left::
279279
280280 shell> pydeps pydeps --rankdir RL
281281
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml
33package :
44 name : pydeps
55 description : Display module dependencies
6- version : 1.10.1
6+ version : 1.10.2
77 created : 2014
88
99build :
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '1.10.1 '
57+ version = '1.10.2 '
5858# The full version, including alpha/beta/rc tags.
59- release = '1.10.1 '
59+ release = '1.10.2 '
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# for a list of supported languages.
Original file line number Diff line number Diff line change 33Python module dependency visualization. This package installs the ``pydeps``
44command, and normal usage will be to use it from the command line.
55"""
6- __version__ = "1.10.1 "
6+ __version__ = "1.10.2 "
Original file line number Diff line number Diff line change 1010import setuptools
1111from setuptools .command .test import test as TestCommand
1212
13- version = '1.10.1 '
13+ version = '1.10.2 '
1414
1515
1616class PyTest (TestCommand ):
You can’t perform that action at this time.
0 commit comments