Skip to content

Commit

Permalink
Updated docs (1.1.1-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchabloz committed Mar 6, 2024
1 parent 3488d71 commit 168b9ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
project = 'Verisocks'
copyright = '2023, Jérémie Chabloz'
author = 'Jérémie Chabloz'
version = '1.1.0'
release = '1.1.0'
version = '1.1.1-dev'
release = '1.1.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
8 changes: 8 additions & 0 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Releases of documentation and code are using the same version numbers. The
version numbering system follows the `semantic versioning
<https://semver.org/>`_ principles.

1.1.1 - Ongoing
***************

* Modified :py:meth:`Verisocks.connect()
<verisocks.verisocks.Verisocks.connect>` method to include multiple, delayed
connection trials. Examples and test have been simplified accordingly.
* Added correct management of system call interrupts while waiting on client
connection in the server code.

1.1.0 - 2024-02-07
******************
Expand Down

0 comments on commit 168b9ac

Please sign in to comment.