Skip to content

Commit 0b40a70

Browse files
committed
tagged-upversion
1 parent 55413d4 commit 0b40a70

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dkbuild.yml

+1-1
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: dk-tasklib
55
description: pyinvoke task library
6-
version: 3.0.5
6+
version: 3.0.6
77
created: 2015
88

99
build:

dktasklib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.3'
1+
__version__ = '3.0.6'

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '3.0.5'
62+
version = '3.0.6'
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

package.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = 3.0.5
2+
version = 3.0.6
33
version_fnames =
44
setup.py
55
docs/conf.py

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Topic :: Software Development :: Libraries
1919
"""
2020

21-
version = '3.0.5'
21+
version = '3.0.6'
2222
DIRNAME = os.path.dirname(__file__)
2323

2424

0 commit comments

Comments
 (0)