Skip to content

Commit 9b1ce58

Browse files
authored
Release v1.0.0 (#120)
Closes #88.
1 parent 01d899e commit 9b1ce58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
[0.7.0](../../releases/tag/v0.7.0) - Upcoming
4+
[1.0.0](../../releases/tag/v1.0.0) - 2023-03-13
55
-----------------------------------------------
66

77
### Breaking changes

docs/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ options of the `ApifyClient` constructor.
5959

6060
### Support for asynchronous usage
6161

62-
Starting with version 0.7.0, the package offers an asynchronous version of the client, [`ApifyClientAsync`](#ApifyClientAsync),
62+
Starting with version 1.0.0, the package offers an asynchronous version of the client, [`ApifyClientAsync`](#ApifyClientAsync),
6363
which allows you to work with the Apify API in an asynchronous way, using the standard `async`/`await` syntax.
6464

6565
### Convenience functions and options

docs/res/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ options of the `ApifyClient` constructor.
5959

6060
### Support for asynchronous usage
6161

62-
Starting with version 0.7.0, the package offers an asynchronous version of the client, [`ApifyClientAsync`](#ApifyClientAsync),
62+
Starting with version 1.0.0, the package offers an asynchronous version of the client, [`ApifyClientAsync`](#ApifyClientAsync),
6363
which allows you to work with the Apify API in an asynchronous way, using the standard `async`/`await` syntax.
6464

6565
### Convenience functions and options

src/apify_client/_version.py

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

0 commit comments

Comments
 (0)