Skip to content

Commit 399a478

Browse files
author
Sakari Rautiainen
committed
Bump version: 2.69.1 → 2.69.2
1 parent ec97fd4 commit 399a478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys, os
44

55

6-
version = '2.69.1'
6+
version = '2.69.2'
77

88
setup(name='testdroid',
99
version=version,

testdroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from optparse import OptionParser
1212
from datetime import datetime
1313

14-
__version__ = '2.69.1'
14+
__version__ = '2.69.2'
1515

1616
FORMAT = "%(message)s"
1717
logging.basicConfig(format=FORMAT)

0 commit comments

Comments
 (0)