Skip to content

Commit

Permalink
v1.1.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
aashutoshrathi committed Oct 14, 2018
1 parent ab6214e commit 227d25a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [1.1.0] - 2018-10-14

### Added

- IP address shown on exceeding API call limit by @sayanmondal2098

### Bug Fixes

- Fixed bug "AttributeError: 'dict' object has no attribute 'name' " by @Galixxon

## [1.0.9] - 2018-10-11

### Changes
Expand Down
2 changes: 1 addition & 1 deletion git_stalk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.0.9'
__version__ = '1.1.0'
__author__ = 'Aashutosh Rathi <aashutoshrathi@gmail.com>'
__all__ = []
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="git_stalk",
version="1.0.9",
version="1.1.0",
author="Aashutosh Rathi",
author_email="aashutoshrathi@gmail.com",
description="For stalkers like Daddu",
Expand Down

0 comments on commit 227d25a

Please sign in to comment.