Skip to content

Commit 4f72915

Browse files
authored
Bump version: 1.0.2 → 1.1.0 (#31)
1 parent ec28b97 commit 4f72915

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2
2+
current_version = 1.1.0
33
commit = True
44
tag = False
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ encryption with TLS.
1717
Quickstart
1818
==========
1919

20-
The latest version of the library is 1.0.2.
20+
The latest version of the library is 1.1.0.
2121

2222
::
2323

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
year = '2022'
2121
author = 'QuestDB'
2222
copyright = '{0}, {1}'.format(year, author)
23-
version = release = '1.0.2'
23+
version = release = '1.1.0'
2424

2525
github_repo_url = 'https://github.com/questdb/py-questdb-client'
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
33
name = "questdb"
44
requires-python = ">=3.7"
5-
version = "1.0.2"
5+
version = "1.1.0"
66
description = "QuestDB client library for Python"
77
readme = "README.rst"
88
classifiers = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def readme():
165165

166166
setup(
167167
name='questdb',
168-
version='1.0.2',
168+
version='1.1.0',
169169
platforms=['any'],
170170
python_requires='>=3.7',
171171
install_requires=[],

src/questdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.2'
1+
__version__ = '1.1.0'

src/questdb/ingress.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ cdef class Buffer:
12381238

12391239

12401240
_FLUSH_FMT = ('{} - See https://py-questdb-client.readthedocs.io/en/'
1241-
'v1.0.2'
1241+
'v1.1.0'
12421242
'/troubleshooting.html#inspecting-and-debugging-errors#flush-failed')
12431243

12441244

0 commit comments

Comments
 (0)