Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Tags: alunduil/crumbs

Tags

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #32 from alunduil/release

Release 2.1.1 (develop)

2.1.0

Toggle 2.1.0's commit message
release 2.1.0

add method to reread configuration files
add python3.5 support

2.0.2

Toggle 2.0.2's commit message
release 2.0.2

* add passable documentation
* add more information to warnings about unparsed Parameters

2.0.1

Toggle 2.0.1's commit message
2.0.1 release

* stop propogation of the logging messages
* drop unused mock dependence in tests

2.0.0

Toggle 2.0.0's commit message
crumbs-2.0.0

* add environment variable prefixing
* add environment variable value expansion

1.2.2

Toggle 1.2.2's commit message
Release 1.2.2

Updating packaging.

1.2.1

Toggle 1.2.1's commit message
Release 1.2.1

* Add minor updates for packaging that work with python-2.7.7
* Change pyinotify to an optional dependency using extras

1.2.0

Toggle 1.2.0's commit message
crumbs-1.2.0

* Includes support for python2.6 (thanks Greg Swift)
* Updated documentation (docstrings)
* Other minor improvements

1.1.2

Toggle 1.1.2's commit message
Release 1.1.2.

* Updated source aesthetic for flake8
* Fixed issue #6 (ResourceWarning not defined)

1.1.1

Toggle 1.1.1's commit message
crumbs-1.1.1.

Fixes an isntallation issue from pip for missing pyinotify during installation.
Issue #5 for reference.