Skip to content

Commit

Permalink
Merge pull request #736 from timothycrosley/feature/add-auto-deploy
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
timothycrosley authored Mar 17, 2019
2 parents 6cd09b5 + 3a54fda commit 9fa733f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ Ideally, within a virtual environment.
Changelog
=========

### 2.4.2 - TBD
### 2.4.2 - March 16, 2019
- Python 3.7 support improvements
- No longer test against Python 3.4 - aimed for full deprecation in Hug 3.0.0
- Improved interopability with latest Falcon
- Documentation improvements
- Fixed bug in auto reload

### 2.4.1 - Sep 17, 2018
- Fixed issue #631: Added support for Python 3.7
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def list_modules(dirname):
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 9fa733f

Please sign in to comment.