Skip to content

Commit

Permalink
🐛(dependencies) fix typo in python dev dependencies
Browse files Browse the repository at this point in the history
There is a typo in python dev dependencies. As a result, we were
unable to upload the release 2.0.0-beta.10 to PyPI.
  • Loading branch information
madmatah committed Aug 17, 2020
1 parent 87e36f3 commit b51508f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Fix typo in python dev dependencies

## [2.0.0-beta.10] - 2020-08-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev =
ipdb==0.13.3
ipython==7.17.0
isort==4.3.21
msgpack===1.0.0
msgpack==1.0.0
mysqlclient==2.0.1
pylint==2.5.3
pylint-django==2.3.0
Expand Down

0 comments on commit b51508f

Please sign in to comment.