Skip to content

Commit 5f9b4af

Browse files
committed
v2.0.1
* Fixed an issue with encoding datetimes less than 01-01-1970 (fixes [#29](#29)) * Fixed "Edit on Github" links in docs (fixes [#26](#26))
1 parent 777410a commit 5f9b4af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.0.1
4+
* Fixed an issue with encoding datetimes less than 01-01-1970 (fixes [#29](https://github.com/igorcoding/asynctnt/issues/29))
5+
* Fixed "Edit on Github" links in docs (fixes [#26](https://github.com/igorcoding/asynctnt/issues/26))
6+
37
## v2.0.0
48
**Breaking changes:**
59
* `Connection.sql()` method is renamed to `Connection.execute()`

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ def find_version():
133133
'display_github': True,
134134
'github_user': 'igorcoding',
135135
'github_repo': 'asynctnt',
136-
'github_version': 'v2/docs/',
136+
'github_version': 'master/docs/',
137137
}

0 commit comments

Comments
 (0)