Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Mar 29, 2024
2 parents c4f503c + d9f419c commit 285fa57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE
include LICENSE
prune tests/
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

on_rtd = os.environ.get('READTHEDOCS') == 'True'
if on_rtd:
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../src'))
else:
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../src'))


class Mock(MagicMock):
Expand Down Expand Up @@ -71,10 +71,10 @@ def __getattr__(cls, name):
html_theme = 'sphinx_rtd_theme'

html_theme_options = {
# 'logo': 'flowutils.png',
'github_user': 'whitews',
'github_repo': 'flowio',
'github_banner': True
# 'logo': 'logo.png',
# 'github_user': 'whitews',
# 'github_repo': 'flowio',
# 'github_banner': True
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion src/flowio/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
FlowIO version
"""
__version__ = "1.3.0b0"
__version__ = "1.3.0"

0 comments on commit 285fa57

Please sign in to comment.