Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Added change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrogaski committed Aug 13, 2016
1 parent d0b0ae6 commit 0c2e003
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

This project uses [Semantic Versioning](http://semver.org/).

## [0.1.1] -- 2016-08-13

### Fixed
- Removed migration dependencies.
- Cleaned up TravisCI configuration.


## 0.1.0 -- 2016-08-13

Initial release.


[0.1.1]: https://github.com/mrogaski/django-discord-bind/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='django-discord-bind',
version='0.1.0',
version='0.1.1',
packages=find_packages(),
include_package_data=True,
license='MIT License', # example license
Expand Down

0 comments on commit 0c2e003

Please sign in to comment.