Skip to content

Commit 95f02f2

Browse files
authored
chore: update readme for api keys (#792)
* api announcement * updating copy * version bump
1 parent 7f0f5fa commit 95f02f2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.9-dev1
1+
## 0.7.9
22

33
### Enhancements
44

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
</a>
3030
</div>
3131

32+
<h3 align="center">
33+
<p>API Announcement!</p>
34+
</h3>
35+
36+
<p>While access to the hosted Unstructured API will remain free, API Keys will soon be required to make requests. To prevent any disruption, get yours <a href="https://www.unstructured.io/api-key/">here</a> now and start using it today!</p>
37+
38+
<p>Checkout the <a href="https://github.com/Unstructured-IO/unstructured-api#--">readme</a> here to get started making API calls.
39+
We'd love to hear your feedback, let us know how it goes in our
40+
community slack. And stay tuned for improvements to both quality and performance!</p>
41+
3242
<h3 align="center">
3343
<p>Open-Source Pre-Processing Tools for Unstructured Data</p>
3444
</h3>

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.9-dev1" # pragma: no cover
1+
__version__ = "0.7.9" # pragma: no cover

0 commit comments

Comments
 (0)