Skip to content

Commit fa5387b

Browse files
committed
feat: update for 1.0.0-RC1
1 parent ef6bd15 commit fa5387b

File tree

5 files changed

+3
-157
lines changed

5 files changed

+3
-157
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/documentation.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

appwrite/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
'x-sdk-name': 'Python',
1515
'x-sdk-platform': 'server',
1616
'x-sdk-language': 'python',
17-
'x-sdk-version': '1.0.0-RC1',
17+
'x-sdk-version': '1.0.0-RC2',
1818
'X-Appwrite-Response-Format' : '1.0.0-RC1',
1919
}
2020

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
setuptools.setup(
44
name = 'appwrite',
55
packages = ['appwrite', 'appwrite/services'],
6-
version = '1.0.0-RC1',
6+
version = '1.0.0-RC2',
77
license='BSD-3-Clause',
88
description = 'Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API',
99
author = 'Appwrite Team',
1010
author_email = 'team@appwrite.io',
1111
maintainer = 'Appwrite Team',
1212
maintainer_email = 'team@appwrite.io',
1313
url = 'https://appwrite.io/support',
14-
download_url='https://github.com/appwrite/sdk-for-python/archive/1.0.0-RC1.tar.gz',
14+
download_url='https://github.com/appwrite/sdk-for-python/archive/1.0.0-RC2.tar.gz',
1515
# keywords = ['SOME', 'MEANINGFULL', 'KEYWORDS'],
1616
install_requires=[
1717
'requests',

0 commit comments

Comments
 (0)