File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v0.5.6 (2022-08-24)
6+ ### Fix
7+ * Updating release process ([ #73 ] ( https://github.com/prql/PyPrql/issues/73 ) ) ([ ` adb90ea ` ] ( https://github.com/prql/PyPrql/commit/adb90ead8170d6ff1f91d0957b7cd331c3f4ca70 ) )
8+
59## v0.6.0 (2022-08-24)
610
711
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyprql"
3- version = " 0.5.5 "
3+ version = " 0.5.6 "
44description = " Python TUI database client that supports prql"
55authors = [" qorrect <charlie.fats@gmail.com>" , " rbpatt2019 <rb.patterson.cross@gmail.com>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 33import prql_python as prql # noqa: F401
44from prql_python import to_sql as to_sql # noqa: F401
55
6- __version__ = "0.5.5 "
6+ __version__ = "0.5.6 "
You can’t perform that action at this time.
0 commit comments