Skip to content
Snippets Groups Projects
Verified Commit 89c63844 authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

Release version 0.10.0

Added
- `Uci.add` function for adding anonymous section implemented
- `EUci.add` function to add both anonymous and named sections added
parent f0034365
No related branches found
Tags v0.8
No related merge requests found
Pipeline #115725 passed
......@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.10.0] - 2023-08-07
### Added
- `Uci.add` function for adding anonymous section implemented
- `EUci.add` function to add both anonymous and named sections added
## [0.9.0] - 2022-03-04
### Added
- `convert` argument for `EUci.get`. It provides a way to convert values to any
......
......@@ -16,7 +16,7 @@ with open("README.md", "r") as fh:
setup(
name='pyuci',
version='0.9.0',
version='0.10.0',
author='CZ.NIC z.s.p.o',
author_email='karel.koci@nic.cz',
description='Python UCI bindings',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment