File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.5.1
4+ * Export singer.state functions from singer [ #190 ] ( https://github.com/singer-io/singer-python/pull/190 )
5+
36## 6.5.0
47 * Add ` activate_versions ` state functions [ #188 ] ( https://github.com/singer-io/singer-python/pull/188 )
58 * Deprecates bookmarks.py, functions are moved to state.py
Original file line number Diff line number Diff line change 44import subprocess
55
66setup (name = "singer-python" ,
7- version = '6.5.0 ' ,
7+ version = '6.5.1 ' ,
88 description = "Singer.io utility library" ,
99 author = "Stitch" ,
1010 classifiers = ['Programming Language :: Python :: 3 :: Only' ],
Original file line number Diff line number Diff line change 6161)
6262from singer .schema import Schema
6363
64- from singer .bookmarks import (
64+ from singer .state import (
6565 write_bookmark ,
6666 get_bookmark ,
6767 clear_bookmark ,
7171 get_offset ,
7272 set_currently_syncing ,
7373 get_currently_syncing ,
74+ write_version ,
75+ clear_version ,
76+ get_version ,
7477)
7578
7679from singer .exceptions import (
You can’t perform that action at this time.
0 commit comments