File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1- Future Release
2- ==============
1+ .. Future Release
2+ ==============
3+ * Enhancements
4+ * Fixes
5+ * Changes
6+ * Documentation Changes
7+ * Testing Changes
8+
9+
10+ v0.0.5 Dec 20, 2022
11+ ===================
312 * Enhancements
413 * Add latest dependency checker and checkdeps Makefile command (:pr: `59 `) (:pr: `60 `)
514 * Fixes
615 * Fix issue with column case sensitivity with Snowflake (:pr: `67 `) (:pr: `69 `)
7- * Changes
816 * Documentation Changes
917 * Update README.md with new library logo (:pr: `57 `, :pr: `58 `)
10- * Testing Changes
1118
1219 Thanks to the following people for contributing to this release:
1320 :user: `gsheni `, :user: `sbadithe `
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.0.4 "
5+ assert __version__ == "0.0.5 "
Original file line number Diff line number Diff line change 1- __version__ = "0.0.4 "
1+ __version__ = "0.0.5 "
You can’t perform that action at this time.
0 commit comments