Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 16, 2018
1 parent fa8aeb7 commit bb79bbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -822,26 +822,27 @@ Here is a list of the library contributors:

Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/datapackage-py/commits/master).

### v1.5

Updated behaviour:
- Added support for Python 3.7

### v1.4

New API added:

- added `skip_rows` support to the resource descriptor

### v1.3

New API added:

- property `package.base_path` is now publicly available

### v1.2

Updated behaviour:

- CLI command `$ datapackage infer` now outputs only a JSON-formatted data package descriptor.

### v1.1

New API added:

- Added an integration between `Package/Resource` and the `tableschema.Storage` - https://github.com/frictionlessdata/tableschema-py#storage. It allows to load and save data package from/to different storages like SQL/BigQuery/etc.
2 changes: 1 addition & 1 deletion datapackage/VERSION
@@ -1 +1 @@
1.4.0
1.5.0

0 comments on commit bb79bbf

Please sign in to comment.