Skip to content

Commit b4ed2ec

Browse files
authored
Release 1.0.0 (#83)
Closes #1.
1 parent b165143 commit b4ed2ec

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Changelog
22
=========
33

4-
[1.0.0](../../releases/tag/v1.0.0) - Upcoming
5-
---------------------------------------------
4+
[1.0.0](../../releases/tag/v1.0.0) - 2022-03-13
5+
-----------------------------------------------
66

77
### Internal changes
88

9+
- updated to `apify-client` 1.0.0
910
- started triggering base Docker image builds when releasing a new version
1011

1112
### Fixed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
long_description_content_type='text/markdown',
3838

3939
classifiers=[
40-
'Development Status :: 4 - Beta',
40+
'Development Status :: 5 - Production/Stable',
4141
'Intended Audience :: Developers',
4242
'License :: OSI Approved :: Apache Software License',
4343
'Operating System :: OS Independent',
@@ -56,7 +56,7 @@
5656
install_requires=[
5757
'aiofiles ~= 22.1.0',
5858
'aioshutil ~= 1.2',
59-
'apify-client ~= 0.7.0b49',
59+
'apify-client ~= 1.0.0',
6060
'colorama ~= 0.4.6',
6161
'cryptography ~= 39.0.1',
6262
'httpx ~= 0.23.0',

0 commit comments

Comments
 (0)