Skip to content

Commit

Permalink
Bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shezad Khan committed Sep 18, 2017
1 parent f7df837 commit 89e3533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.3] - 2017-09-18
### Fixed
- Fixed empty import error

## [0.3.2] - 2017-07-25
### Added
- Initial support for custom exception messages
Expand Down
2 changes: 1 addition & 1 deletion src/required/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .requires import Requires, RequirementError, validate, empty
from .expressions import R, Func

__version__ = "0.3.2"
__version__ = "0.3.3"

__title__ = "required"
__description__ = "A easy dependency validator"
Expand Down

0 comments on commit 89e3533

Please sign in to comment.