Skip to content

Commit 3efa102

Browse files
committed
tagged-upversion
1 parent 63647cf commit 3efa102

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.12.2
6+
version: 1.12.3
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.12.2'
57+
version = '1.12.3'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '1.12.2'
59+
release = '1.12.3'
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.12.2"
6+
__version__ = "1.12.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import setuptools
1111
from setuptools.command.test import test as TestCommand
1212

13-
version='1.12.2'
13+
version='1.12.3'
1414

1515

1616
class PyTest(TestCommand):

0 commit comments

Comments
 (0)