From 7c8171fe7b57f85674bc4a436e0bc107f793ff89 Mon Sep 17 00:00:00 2001 From: midori Date: Sun, 9 May 2021 01:16:59 -0400 Subject: [PATCH] Increase to v0.1.2 --- doc/index.rst | 2 +- doc/to-start/changelog.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 94f27a9..8407b79 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -16,7 +16,7 @@ something different: conventions, edge behaviors, etc. This means typical Python conventions might be shadowed here * It tries to implement deferred evaluations. The library operates in a streaming manner if possible and handles infinite streams (Python generators) properly -* Strong type safety while using this library is guarenteed since the APIs are typed +* Strong type safety while using this library is guarenteed since the APIs are `typed `_ * It honours the Python `collections.abc `_ interfaces The project is licensed under the BSD-2-Clause License. diff --git a/doc/to-start/changelog.rst b/doc/to-start/changelog.rst index 9c5195d..7116213 100644 --- a/doc/to-start/changelog.rst +++ b/doc/to-start/changelog.rst @@ -3,6 +3,13 @@ Changelog `GitHub Releases `_ +v0.1.2 +******** + +- Add to_tuple() +- Add an overload to sequence_equal() that accepts a comparision function +- https://github.com/cleoold/types-linq/commit/f70bd510492a915776f6cac26854111650541b22 + v0.1.1 ******** diff --git a/setup.py b/setup.py index 5d341e9..2de6e84 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='types-linq', - version='v0.1.1', + version='v0.1.2', url='https://github.com/cleoold/types-linq', license='BSD 2-Clause License', author='cleoold',