Skip to content

Commit 5e255c2

Browse files
committed
upversion
1 parent 9fecc69 commit 5e255c2

File tree

6 files changed

+162
-153
lines changed

6 files changed

+162
-153
lines changed

CHANGELOG.md

Lines changed: 153 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -1,148 +1,153 @@
1-
# Changelog
2-
3-
## v1.9.14
4-
5-
Fixes a cryptic error message when the directory is missing an `__init__.py` file.
6-
7-
## v1.9.13
8-
9-
Keep track with PyPI version.
10-
11-
## v1.9.10
12-
13-
Honor no_show from .pydeps file.
14-
15-
## v1.9.8
16-
17-
See #33.
18-
19-
## v1.9.7
20-
21-
Check ``PYDEPS_DISPLAY`` and ``BROWSER`` for a program to open the graph.
22-
23-
## v1.9.6
24-
25-
``--no-show`` and ``--no-dot`` as aliases for ``--noshow``
26-
and ``--nodot``
27-
28-
## v1.9.5
29-
30-
Fix for pre-commit hook.
31-
32-
## v1.9.4
33-
34-
Support for https://pre-commit.com/
35-
36-
## v1.9.3
37-
38-
Push typo fix to pypi.
39-
40-
## v1.9.2
41-
42-
Documentation updates.
43-
44-
## v1.9.1
45-
46-
Graphs are now stable across runs for Python 3.x as well as for Python 2.7.
47-
48-
## v1.9.0
49-
50-
Version 1.9.0 supports Python 3.8.
51-
52-
## v1.8.8
53-
54-
55-
56-
## v1.8.6
57-
58-
Bugfix.
59-
60-
## v1.8.5
61-
62-
Add hover-hightlighted paths.
63-
64-
## v1.8.3
65-
66-
Bugfix release.
67-
68-
## v1.8.2
69-
70-
New flag `--only`.
71-
72-
## v1.8.1
73-
74-
75-
76-
## v1.8.0
77-
78-
Clusters.
79-
80-
## v1.7.3
81-
82-
Version 1.7.3 includes a new flag ``-xx`` or ``--exclude-exact`` which matches the functionality of the ``--exclude`` flag,
83-
except it requires an exact match, i.e. ``-xx foo.bar`` will exclude foo.bar, but not ``foo.bar.blob`` (thanks to
84-
@AvenzaOleg for the PR).
85-
86-
## v1.7.2
87-
88-
Adds support for --no-output flag.
89-
90-
## v1.7.1
91-
92-
Fixes excludes in .pydeps file.
93-
94-
## v1.7.0
95-
96-
97-
98-
## v1.6.2
99-
100-
Fix for --noshow --show-cycles from PR# 13.
101-
102-
## v1.6.1
103-
104-
Now with images in readme on both github and PyPi (https://stackoverflow.com/questions/51803904/how-do-you-link-to-images-from-your-docs-folder-in-your-readme-rst)
105-
106-
## v1.6.0
107-
108-
This release reworks some of the confusion between file names/paths and module names/paths.
109-
110-
## v1.5.0
111-
112-
Py3 support (thanks @eight04 )
113-
114-
## v1.4.0
115-
116-
117-
118-
## v1.3.9
119-
120-
121-
122-
## v1.3.7
123-
124-
125-
126-
## v1.3.6
127-
128-
129-
130-
## v1.3.5
131-
132-
133-
134-
## v1.3.4
135-
136-
137-
138-
## v1.3.1
139-
140-
141-
142-
## v1.3.0
143-
144-
145-
146-
## v1.2.9
147-
148-
1+
# Changelog
2+
3+
4+
## v1.9.15
5+
6+
Improved CI CD pipelines.
7+
8+
## v1.9.14
9+
10+
Fixes a cryptic error message when the directory is missing an `__init__.py` file.
11+
12+
## v1.9.13
13+
14+
Keep track with PyPI version.
15+
16+
## v1.9.10
17+
18+
Honor no_show from .pydeps file.
19+
20+
## v1.9.8
21+
22+
See #33.
23+
24+
## v1.9.7
25+
26+
Check ``PYDEPS_DISPLAY`` and ``BROWSER`` for a program to open the graph.
27+
28+
## v1.9.6
29+
30+
``--no-show`` and ``--no-dot`` as aliases for ``--noshow``
31+
and ``--nodot``
32+
33+
## v1.9.5
34+
35+
Fix for pre-commit hook.
36+
37+
## v1.9.4
38+
39+
Support for https://pre-commit.com/
40+
41+
## v1.9.3
42+
43+
Push typo fix to pypi.
44+
45+
## v1.9.2
46+
47+
Documentation updates.
48+
49+
## v1.9.1
50+
51+
Graphs are now stable across runs for Python 3.x as well as for Python 2.7.
52+
53+
## v1.9.0
54+
55+
Version 1.9.0 supports Python 3.8.
56+
57+
## v1.8.8
58+
59+
60+
61+
## v1.8.6
62+
63+
Bugfix.
64+
65+
## v1.8.5
66+
67+
Add hover-hightlighted paths.
68+
69+
## v1.8.3
70+
71+
Bugfix release.
72+
73+
## v1.8.2
74+
75+
New flag `--only`.
76+
77+
## v1.8.1
78+
79+
80+
81+
## v1.8.0
82+
83+
Clusters.
84+
85+
## v1.7.3
86+
87+
Version 1.7.3 includes a new flag ``-xx`` or ``--exclude-exact`` which matches the functionality of the ``--exclude`` flag,
88+
except it requires an exact match, i.e. ``-xx foo.bar`` will exclude foo.bar, but not ``foo.bar.blob`` (thanks to
89+
@AvenzaOleg for the PR).
90+
91+
## v1.7.2
92+
93+
Adds support for --no-output flag.
94+
95+
## v1.7.1
96+
97+
Fixes excludes in .pydeps file.
98+
99+
## v1.7.0
100+
101+
102+
103+
## v1.6.2
104+
105+
Fix for --noshow --show-cycles from PR# 13.
106+
107+
## v1.6.1
108+
109+
Now with images in readme on both github and PyPi (https://stackoverflow.com/questions/51803904/how-do-you-link-to-images-from-your-docs-folder-in-your-readme-rst)
110+
111+
## v1.6.0
112+
113+
This release reworks some of the confusion between file names/paths and module names/paths.
114+
115+
## v1.5.0
116+
117+
Py3 support (thanks @eight04 )
118+
119+
## v1.4.0
120+
121+
122+
123+
## v1.3.9
124+
125+
126+
127+
## v1.3.7
128+
129+
130+
131+
## v1.3.6
132+
133+
134+
135+
## v1.3.5
136+
137+
138+
139+
## v1.3.4
140+
141+
142+
143+
## v1.3.1
144+
145+
146+
147+
## v1.3.0
148+
149+
150+
151+
## v1.2.9
152+
153+

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@ eg. the output from ``pydeps --show-deps ..`` looks like this::
284284
Version history
285285
---------------
286286

287+
**Version 1.9.15** Thanks to `Pipeline Foundation`_ for a very much improved CI
288+
pipeline, and a CD pipeline as well.
289+
287290
**Version 1.9.14** Thanks to poneill_ for fixing a cryptic error message when
288291
run in a directory without an ``__init__.py`` file.
289292

@@ -410,3 +413,4 @@ Contributing
410413
.. _glumia: https://github.com/glumia
411414
.. _SimonBiggs: https://github.com/SimonBiggs
412415
.. _poneill: https://github.com/poneill
416+
.. _Pipeline Foundation: https://pipeline.foundation

dkbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml
33
package:
44
name: pydeps
55
description: Display module dependencies
6-
version: 1.9.14
6+
version: 1.9.15
77
created: 2014
88

99
build:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '1.9.14'
57+
version = '1.9.15'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '1.9.14'
59+
release = '1.9.15'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

pydeps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Python module dependency visualization. This package installs the ``pydeps``
44
command, and normal usage will be to use it from the command line.
55
"""
6-
__version__ = "1.9.14"
6+
__version__ = "1.9.15"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from distutils.core import setup
1212
from setuptools.command.test import test as TestCommand
1313

14-
version='1.9.14'
14+
version='1.9.15'
1515

1616

1717
class PyTest(TestCommand):

0 commit comments

Comments
 (0)