Skip to content
Snippets Groups Projects
Commit 3b510308 authored by Jon Crall's avatar Jon Crall
Browse files

Merge branch 'dev/0.6.3' into 'main'

Dev/0.6.3

See merge request !13
parents 380e0fe7 0665cf56
Branches master
No related tags found
1 merge request!13Dev/0.6.3
Pipeline #290781 passed
......@@ -4,6 +4,11 @@ This changelog follows the specifications detailed in: [Keep a Changelog](https:
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), although we have not yet reached a `1.0.0` release.
## Version 0.6.3 - Unreleased
### Fixed
* Added workaround for issue with pickle-ability
## Version 0.6.2 - Released 2022-07-14
### Added
* New method: `to_omegaconf`
......
......@@ -142,7 +142,7 @@ Ignore:
mkinit ~/code/scriptconfig/scriptconfig/__init__.py --nomods --relative -w
"""
__version__ = '0.6.2'
__version__ = '0.6.3'
__submodules__ = {
'config': None,
......
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