Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshYuJump committed Jan 26, 2021
1 parent 071ddc8 commit 3a5651c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
# This project adheres to [Semantic Versioning](http://semver.org/).
# includes Added / Changed / Fixed

## [0.8.0] UNRELEASED
## [0.1.1] UNRELEASED

## [0.7.4] UNRELEASED
## [0.1.0] UNRELEASED
### Added
- Added db stub file to improve code intelligence
- Ensure db remove even though exception raised
### Fixed
- gRPC base tests lost `ProcessInterceptor`

Expand Down
2 changes: 1 addition & 1 deletion bali/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.3'
__version__ = '1.0.0'

0 comments on commit 3a5651c

Please sign in to comment.