Skip to content

Commit

Permalink
Release v1.0.0 (#120)
Browse files Browse the repository at this point in the history
Closes #88.
  • Loading branch information
fnesveda authored Mar 13, 2023
1 parent 01d899e commit 9b1ce58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

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

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ options of the `ApifyClient` constructor.

### Support for asynchronous usage

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

### Convenience functions and options
Expand Down
2 changes: 1 addition & 1 deletion docs/res/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ options of the `ApifyClient` constructor.

### Support for asynchronous usage

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

### Convenience functions and options
Expand Down
2 changes: 1 addition & 1 deletion src/apify_client/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '1.0.0'

0 comments on commit 9b1ce58

Please sign in to comment.