Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed May 20, 2020
1 parent 628f091 commit a01d1bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -30,8 +30,7 @@ readme:
sed -i '/(#$(PACKAGE)-py)/,+2d' README.md

release:
git checkout master && git pull origin && git fetch -p && git diff
@echo "\nContinuing in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
git checkout master && git pull origin && git fetch -p
@git log --pretty=format:"%C(yellow)%h%Creset %s%Cgreen%d" --reverse -20
@echo "\nReleasing v$(VERSION) in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
git commit -a -m 'v$(VERSION)' && git tag -a v$(VERSION) -m 'v$(VERSION)'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -1553,6 +1553,10 @@ $ make test

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.14

- Add experimental options for pick/skiping fileds/rows

#### v1.13

- Add `unsafe` option to Package and Resource (#262)
Expand Down
2 changes: 1 addition & 1 deletion datapackage/VERSION
@@ -1 +1 @@
1.13.1
1.14.0

0 comments on commit a01d1bf

Please sign in to comment.