- Fixed bug in `encrypted_env_var()` function that was using the default value as the found environment variable.
0.2.1
- Fixed bug that caused library to fail when no attrs were passed to `encrypted_env_var()` function - `connection_string()` function now accepts a default
0.2.0
- Added `env_var` methods - Added decryption utils for environment variables - Added dependencies to setup.py - Added modules to `__init__`. Modules can now be used by simply importing pyocle.
0.1.0
- Created initial config module - Created initial error module - Created initial form module - Created initial response module - Created initial serialization module - Created initial service module