Skip to content

Commit d01f110

Browse files
authored
Merge pull request #173 from awslabs/release-note
Add notes about the last release and also fix links in the docs #171
2 parents 12d4ba1 + d260012 commit d01f110

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
**NOTE**
3+
4+
We just released a new major version `1.0` with breaking changes. Please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`).
5+
6+
---
7+
18
# AWS Data Wrangler
29
*Pandas on AWS*
310
![AWS Data Wrangler](docs/source/_static/logo2.png?raw=true "AWS Data Wrangler")

docs/source/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. note:: We just released a new major version `1.0` with breaking changes. Please make sure that all your old projects has the dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`).
2+
13
API Reference
24
=============
35

docs/source/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. note:: We just released a new major version `1.0` with breaking changes. Please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`).
2+
13
Quick Start
24
-----------
35

@@ -33,8 +35,7 @@ Read The Docs
3335

3436
what
3537
install
36-
Tutorials <https://github.com/awslabs/aws-data-wrangler/tree/latest/tutorials>
38+
Tutorials <https://github.com/awslabs/aws-data-wrangler/tree/master/tutorials>
3739
api
38-
License <https://github.com/awslabs/aws-data-wrangler/blob/latest/LICENSE>
39-
Contributing <https://github.com/awslabs/aws-data-wrangler/blob/latest/CONTRIBUTING.md>
40-
40+
License <https://github.com/awslabs/aws-data-wrangler/blob/master/LICENSE>
41+
Contributing <https://github.com/awslabs/aws-data-wrangler/blob/master/CONTRIBUTING.md>

docs/source/install.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. note:: We just released a new major version `1.0` with breaking changes. Please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`).
2+
13
Install
24
=======
35

docs/source/what.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. note:: We just released a new major version `1.0` with breaking changes. Please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`).
2+
13
What is AWS Data Wrangler?
24
==========================
35

0 commit comments

Comments
 (0)