Skip to content

Commit

Permalink
Fixed missing Python 3.7 in supported environments shown on Pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Oct 1, 2019
1 parent 2a412c9 commit 54bada3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Released: not yet

**Bug fixes:**

* Fix issue with mixed old and new formats on click.echo statement.
(See issue #419)

* Fixed missing Python 3.7 in supported environments shown on Pypi.
(See issue #416)

**Enhancements:**

**Known issues:**
Expand All @@ -33,4 +39,3 @@ pywbemtools 0.5.0
Released: 2019-09-29

This is the initial release of pywbemtools.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ classifier =
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

[files]
packages =
Expand All @@ -60,4 +61,3 @@ universal = 1
warnerrors = true

# flake8 config is in .flake8 file

0 comments on commit 54bada3

Please sign in to comment.