Skip to content

Commit

Permalink
[MOD] Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHorvat committed Aug 26, 2020
1 parent d1a3121 commit e88ec73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
New features in the latest update
=====================================

0.2.0 [Aug 26th, 2020]:
-----------------------
* Internal improves of testing/release
* Ignore last \n from each changelog file

0.1.0 [Feb 18th, 2019]:
-----------------------
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
with open('faraday_agent_dispatcher/__init__.py', 'rt', encoding='utf8') as f:
version = search(r'__version__ = \'(.*?)\'', f.read()).group(1)

with open('README.md') as readme_file:
readme = readme_file.read()

with open('RELEASE.md') as release_file:
release = release_file.read()

Expand Down Expand Up @@ -57,7 +54,7 @@
extras_require=extra_req,
install_requires=requirements,
license="GNU General Public License v3",
long_description=readme + '\n\n' + release,
long_description=release,
include_package_data=True,
keywords='giteasychangelog',
name='giteasychangelog',
Expand Down

0 comments on commit e88ec73

Please sign in to comment.