Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed May 7, 2020
1 parent 0020c3a commit 53015b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,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
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,10 @@ $ pytest -m 'not remote

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/tabulator-py/commits/master).

#### v1.43

- Exposed `stream.source`

#### v1.42

- Exposed format option to the CLI
Expand Down
2 changes: 1 addition & 1 deletion tabulator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.42.0
1.43.0

0 comments on commit 53015b3

Please sign in to comment.