Skip to content

Commit

Permalink
0.7.0 releaes of Gitem
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Jul 12, 2018
1 parent eb4f716 commit 9c5be6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This project adheres to [CHANGELOG](http://keepachangelog.com/).

## [0.7.0] - 2018-07-12
### Added
- Python 3.7 support
- Clone URL information to repository queries

### Fixed
- Avoid using builtin variable names

## [0.6.1] - 2018-02-06
### Fixed
- Incorrect variable name used
Expand Down
2 changes: 1 addition & 1 deletion lib/gitem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from . import analytics

__name__ = 'gitem'
__version__ = '0.6.1'
__version__ = '0.7.0'
__all__ = [
'api',
'analytics',
Expand Down

0 comments on commit 9c5be6f

Please sign in to comment.