Skip to content

Commit

Permalink
tSQLike 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Jun 24, 2024
1 parent 84ffb7f commit 148ef10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

* **2024.06.15 Current**
* **2024.06.24 tSQLike-1.0.3**
* `write_json()` defaults to `export_f='export_list_dicts()'`
* `read_json()` implemented as a standalone function
* `read_csv()` became standalone
Expand All @@ -9,7 +9,7 @@
* `write_json_lt()` added
* `README.md` updated

* **2024.06.06 tSQLike-1.0.2**
* **2024.06.06 tSQLike-1.0.2**
* `tSQLike` has been published to PyPI automatically

* **2024.06.06 tSQLike-1.0.1**
Expand Down
2 changes: 1 addition & 1 deletion tsqlike/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Version number in a single place """

__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit 148ef10

Please sign in to comment.