Skip to content

Commit e104037

Browse files
release 1.1.2
Overview This release introduce several bugfixes and behavior improvements. Fixed - Exception rethrow in crud API (PR #310). - Work with timestamps larger than year 2038 for some platforms (like Windows) (PR #311). It covers - building new `tarantool.Datetime` objects from timestamp, - parsing datetime objects received from Tarantool.
1 parent 90402e8 commit e104037

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## 1.1.2 - 2023-09-20
88

99
### Fixed
1010
- Exception rethrow in crud API (PR #310).

debian/changelog

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
python3-tarantool (1.1.2-0) unstable; urgency=medium
2+
3+
## Overview
4+
5+
This release introduce several bugfixes and behavior improvements.
6+
7+
## Fixed
8+
9+
- Exception rethrow in crud API (PR #310).
10+
- Work with timestamps larger than year 2038 for some platforms (like Windows) (PR #311).
11+
It covers
12+
- building new `tarantool.Datetime` objects from timestamp,
13+
- parsing datetime objects received from Tarantool.
14+
15+
-- Georgy Moiseev <[email protected]> Wed, 20 Sep 2023 10:00:00 +0300
16+
117
python3-tarantool (1.1.1-0) unstable; urgency=medium
218

319
## Overview

0 commit comments

Comments
 (0)