Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.rst
#	setup.py
#	src/sliplib/version.py
#	tests/integration/test_server_client.py
  • Loading branch information
rhjdjong committed Dec 2, 2024
2 parents ae1af90 + 0463b34 commit 3fb8576
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

sphinx:
configuration: docs/source/conf.py

formats: all

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
Empty file added setup.py
Empty file.
2 changes: 1 addition & 1 deletion src/sliplib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

"""Indicates the version of sliplib."""

__version__ = "0.7.0"
__version__ = '0.6.2'
Empty file.

0 comments on commit 3fb8576

Please sign in to comment.