Skip to content
Snippets Groups Projects
Verified Commit abb3efae authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Release version 0.8

Added
* EUci support for IP address parsing

Fixed
* Use of deprecated and in Python 3.9 removed library
parent ebe462fc
No related branches found
Tags v0.8
No related merge requests found
Pipeline #67838 passed
# Changelog
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.8] - 2020-08-26
### Added
- EUci support for IP address parsing
### Fixed
- Use of deprecated and in Python 3.9 removed library
## [0.7] - 2019-12-04
### Added
- EUci.boolean with boolean strings mapping
## [0.6.1] - 2019-11-26
### Fixed
- EUci.get() iterable non-iterable default
## [0.6] - 2019-05-06
### Added
- EUci method get() that overloads Uci one and provides automatic type conversion
- EUci method set() that overloads Uci one does conversion supplementary to what
get() does
- Readme with API documentation
## [0.5] - 2019-04-22
### Added
- EUci default methods
### Removed
- Python 2 support
## [0.4.2] - 2019-04-01
### Changed
- Do not commit on context exit when no change was performed
## [0.4.1] - 2019-02-05
### Fixed
- Python 2 incompatibilities in EUci
## [0.4] - 2019-01-31
### Added
- EUci module (Extended UCI as Python extension to Uci module)
## [0.3] - 2018-03-15
### Added
- Support for Python context manager
## [0.2.1] - 2018-03-15
### Fixed
- UciExceptionNotFound name in uci module
## [0.2] - 2018-03-14
### Added
- Support for setting lists and tuples as values
## [0.1] - 2018-02-26
### Added
- Minimal functionality for getting and setting named sections implemented
......@@ -11,7 +11,7 @@ if 'COVERAGE' in os.environ:
setup(
name='pyuci',
version='0.6',
version='0.8',
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