Skip to content

Commit

Permalink
Update CHANGELOG, release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Feb 12, 2018
1 parent a220d0a commit 5ae2067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Parsenvy Changelog


## [Unreleased]
## [1.0.2] - 2018-02-11

### Changed
- Fixed bad version linking in the changelog.
- Added release dates to the changelog.
- Added Code of Conduct reference to the README.
- Updated Code of Conduct email.
- Updated first release link from the commit to the release tag.

## Fixed
- Two of the functions returned the wrong thing instead of the default.
Expand Down Expand Up @@ -50,9 +51,10 @@
- Basic functionality


[Unreleased]: https://github.com/nkantar/Parsenvy/compare/1.0.1...HEAD
[Unreleased]: https://github.com/nkantar/Parsenvy/compare/1.0.2...HEAD
[1.0.2]: https://github.com/nkantar/Parsenvy/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/nkantar/Parsenvy/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/nkantar/Parsenvy/compare/0.1.2...1.0.0
[0.1.2]: https://github.com/nkantar/Parsenvy/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/nkantar/Parsenvy/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/nkantar/Parsenvy/commit/34a3ef490e0c2f3fdb03a471181d04e349118c86
[0.1.0]: https://github.com/nkantar/Parsenvy/releases/tag/0.1.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(name = 'parsenvy',
packages = ['parsenvy'],
version = '1.0.1',
version = '1.0.2',
description = 'Enviously elegant environment variable parsing',
author = 'Nik Kantar',
author_email = '[email protected]',
url = 'https://github.com/nkantar/Parsenvy',
download_url = 'https://github.com/nkantar/Parsenvy/tarball/1.0.1',
download_url = 'https://github.com/nkantar/Parsenvy/tarball/1.0.2',
keywords = ['environment variables'],
classifiers = [],
license = 'BSD-3-Clause',
Expand Down

0 comments on commit 5ae2067

Please sign in to comment.