Skip to content

Latest commit

 

History

History
102 lines (49 loc) · 1.86 KB

Changelog.md

File metadata and controls

102 lines (49 loc) · 1.86 KB

Changelog

1.0.0 (2022-04-06)

Optimizations

  • OPT: Converted readme file to markdown. [Ricardo Alves]

  • OPT: Minor cleanup. [Ricardo Alves]

  • OPT: Updated build setup and using github workflows. [Ricardo Alves]

  • OPT CHanged links to HTTPS. [Ricardo Alves]

0.12.0 (2017-08-15)

Fixes

  • FIX pkgversion requirements is a test requirement only. [Mattias Sluis]

Optimizations

  • OPT official python3.6 support. [Mattias Sluis]

0.11.0 (2017-07-12)

New

  • NEW - Add PrefixedSetting class. [Fabrizio Scandola]

0.10.1 (2017-06-23)

New

  • NEW - Prepare for a new release. [Michiel Holtkamp]

Fixes

  • FIX - Remove tests from package. [Michiel Holtkamp]

    Having a 'tests' module installed will pollute the namespace. Tests should only be necessary before publishing.

0.10.0 (2016-07-15)

Fixes

  • FIX URL in setup generator. [Sergey Panfilov]

  • FIX setup.py URL. [Sergey Panfilov]

Optimizations

  • OPT - Bump version to 0.10.0. [Michiel Holtkamp]

  • OPT - Add warning in case settings are added multiple times. [Michiel Holtkamp]

  • OPT include readme parts in the documentation. Fixes #4. [Mattias Sluis]

0.9.3 (2016-03-15)

Optimizations

  • OPT was still using old pkgversion. [Niels Lensink]

  • OPT keep the github repo with the py prefix. [Niels Lensink]

  • OPT 100% code coverage. [Niels Lensink]

Other

  • Update readme with proper badges. [Niels Lensink]

0.9.2 (2016-03-09)

Optimizations

  • OPT updated readme with more usage examples and added unittests for configuring with an object. [Niels Lensink]

  • OPT added python 3 classifiers. [Niels Lensink]

  • OPT increased test coverage to 100% and flipped asserts to be expected, actual. [Niels Lensink]

0.9.1 (2016-03-09)

Fixes

  • FIX readme badges for pypi and github. [Niels Lensink]

0.9.0 (2016-03-08)

Other

  • Initial commit. [Niels Lensink]