Skip to content

Commit 5c00c24

Browse files
committed
add: versioning and notes release
1 parent 68c6f10 commit 5c00c24

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class MyStyle(UnsrtStyle):
9696

9797
html_theme_options = {
9898
'use_edit_page_button': True,
99-
"show_nav_level": 4,
99+
"show_nav_level": 0,
100100
"icon_links": [
101101
{
102102
"name": "GitHub",

docs/release_notes.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Version history
88
+------------+----------+----------------------------------------+----------------------+
99
| **Date** | **Ver.** | **Author** | **Comment** |
1010
+============+==========+========================================+======================+
11-
| 2025-03-10 | 1.0.2 | `@bbglab <https://github.com/bbglab>`_ | Patch release |
11+
| 2025-03-17 | 1.1.0 | `@bbglab <https://github.com/bbglab>`_ | Patch release |
1212
| | | | |
1313
+------------+----------+----------------------------------------+----------------------+
1414
| 2024-12-12 | 1.0.1 | `@bbglab <https://github.com/bbglab>`_ | Patch release |
@@ -18,12 +18,14 @@ Version history
1818
| | | | |
1919
+------------+----------+----------------------------------------+----------------------+
2020

21-
OpenVariant v1.0.2
21+
OpenVariant v1.1.0
2222
==================
2323

2424
This version includes the following features:
2525

2626
* Fixed Python (**3.12 - 3.13**) incompatibilities on plugin creation command.
27+
* Replaced `error` for `warning` on empty line cases.
28+
* Be able to skip unreadable files and directories (added `--skip` flag on commands)
2729

2830
OpenVariant v1.0.1
2931
==================

openvariant/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
except ImportError:
1111
from importlib_metadata import version # Backport for older versions
1212

13-
__version__ = "1.0.2"
13+
__version__ = "1.1.1"
1414

1515
# Set multiprocessing start method to 'spawn'
1616
try:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "open-variant"
7-
version = "1.0.2"
7+
version = "1.1.0"
88
description = "OpenVariant provides different functionalities to read, parse and operate different multiple input file formats, being able to customize the output."
99
authors = [
1010
{ name = "BBGLab (Barcelona Biomedical Genomics Lab)", email = "[email protected]" }

uv.lock

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)