Skip to content

Commit

Permalink
release 1.10.3
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <mail@florianscherf.de>
  • Loading branch information
fscherf committed Aug 12, 2022
1 parent 0880687 commit 754d4e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/content/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ is_template: False
Changelog
=========

.. changelog-header:: 1.10.3 (2022-08-12)

Bugfixes
~~~~~~~~

* Fix client crashes

* ``1.10.2`` introduced some uninitialized variable and variable name issues
that caused occasional crashes


.. changelog-header:: 1.10.2 (2022-07-31)


Expand Down
2 changes: 1 addition & 1 deletion lona/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
if e.name != 'typing_extensions':
raise

VERSION = (1, 10, 2)
VERSION = (1, 10, 3)
VERSION_STRING = '.'.join(str(i) for i in VERSION)

0 comments on commit 754d4e9

Please sign in to comment.