Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 90e1a2b

Browse files
Update the version to 1.1.0
1 parent fa29550 commit 90e1a2b

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,25 +93,27 @@ Additional Documentation can be found at [Read the Docs](https://obs2org.readthe
9393

9494
## Table of Contents <!-- omit in TOC -->
9595

96-
- [Example](#example)
97-
- [Installation](#installation)
98-
- [Pandoc](#pandoc)
99-
- [Obs2Org](#obs2org)
100-
- [Python, at Least Version 3.9](#python-at-least-version-39)
101-
- [The PyPI Obs2Org Package](#the-pypi-obs2org-package)
102-
- [Usage](#usage)
103-
- [Examples](#examples)
104-
- [Development](#development)
105-
- [Python, version > 3.9](#python-version--39)
106-
- [Setup](#setup)
107-
- [Scripts](#scripts)
108-
- [Documentation](#documentation)
109-
- [Sources](#sources)
110-
- [License](#license)
111-
- [Badges](#badges)
112-
- [External Checks](#external-checks)
113-
- [Static Code Checks](#static-code-checks)
114-
- [Tests](#tests)
96+
- [Obs2Org ](#obs2org-)
97+
- [Example](#example)
98+
- [Table of Contents ](#table-of-contents-)
99+
- [Installation](#installation)
100+
- [Pandoc](#pandoc)
101+
- [Obs2Org](#obs2org)
102+
- [Python, at Least Version 3.9](#python-at-least-version-39)
103+
- [The PyPI Obs2Org Package](#the-pypi-obs2org-package)
104+
- [Usage](#usage)
105+
- [Examples](#examples)
106+
- [Development](#development)
107+
- [Python, version \> 3.9](#python-version--39)
108+
- [Setup](#setup)
109+
- [Scripts](#scripts)
110+
- [Documentation](#documentation)
111+
- [Sources](#sources)
112+
- [License](#license)
113+
- [Badges](#badges)
114+
- [External Checks](#external-checks)
115+
- [Static Code Checks](#static-code-checks)
116+
- [Tests](#tests)
115117

116118
## Installation
117119

@@ -277,7 +279,7 @@ You need Python 3.9 or newer.
277279
278280
### Scripts
279281
280-
- [](./make_package.sh) - Linux, OS X: build the Obs2Org PyPI package
282+
- [./make_package.sh](./make_package.sh) - Linux, OS X: build the Obs2Org PyPI package
281283
- [./make_package.bat](./make_package.bat) - Windows: build the Obs2Org PyPI package. This is disabled on Windows, because the scripts would not be executable because of the Windows filesystem.
282284
- [./run_local_linters.sh](./run_local_linters.sh) - Linux, OS X: run all configured linters on the Source code and tests.
283285
- [./run_local_linters.bat](./run_local_linters.bat) - Windows: run all configured linters on the Source code and tests.

obs2org/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
from __future__ import annotations
1111

12-
VERSION: str = "1.0.1"
12+
VERSION: str = "1.1.0"

0 commit comments

Comments
 (0)