summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harel@coralogix.com>2021-09-26 14:11:21 +0300
committerHarel Ben-Attia <harel@coralogix.com>2021-09-26 14:11:21 +0300
commit63b19d17e6db9cc86754df4753c5ce5b0f0abf29 (patch)
treeae95f0507cd90793b24a5b091b49a6909fc1a377
parentdf8aa836ce2de817c06a57e4fe0aff3882c88a45 (diff)
bump version3.0.0
-rwxr-xr-xbin/q.py2
-rwxr-xr-xdo-manual-release.sh2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/q.py b/bin/q.py
index 9cae56c..9c8adce 100755
--- a/bin/q.py
+++ b/bin/q.py
@@ -33,7 +33,7 @@ from __future__ import print_function
from collections import OrderedDict
from sqlite3.dbapi2 import OperationalError
-q_version = '2.0.19'
+q_version = '3.0.0'
#__all__ = [ 'QTextAsData' ]
diff --git a/do-manual-release.sh b/do-manual-release.sh
index 4dd49ef..9ee63b5 100755
--- a/do-manual-release.sh
+++ b/do-manual-release.sh
@@ -2,7 +2,7 @@
set -e
-VERSION=2.0.19
+VERSION=3.0.0
echo "TRAVIS_BRANCH is $TRAVIS_BRANCH . TRAVIS_PULL_REQUEST_BRANCH is $TRAVIS_PULL_REQUEST_BRANCH"
diff --git a/setup.py b/setup.py
index 0750b93..ddd9ee4 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
import setuptools
-q_version = '2.0.19'
+q_version = '3.0.0'
with open("README.markdown", "r", encoding="utf-8") as fh:
long_description = fh.read()