Skip to content

Commit

Permalink
Bump asyncore-wsgi version in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvm committed Jul 5, 2023
1 parent 0ce347c commit 71a6c4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
#########

v.1.6.1
=======
* Bump asyncore-wsgi version in dependencies.

v.1.6.0
=======

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-pdb",
"version": "1.6.0",
"version": "1.6.1",
"description": "Front-end for Web-PDB Python debugger",
"scripts": {
"build": "webpack --mode=production",
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = web-pdb
version = 1.6.0
version = 1.6.1
author = Roman Miroshnychenko
author_email = [email protected]
url = https://github.com/romanvm/python-web-pdb
Expand Down Expand Up @@ -29,7 +29,7 @@ include_package_data = True
python_requires = >=3.6
install_requires =
bottle>=0.12.25
asyncore-wsgi>=0.0.4
asyncore-wsgi>=0.0.11
test_suite = tests.tests
tests_require =
selenium==3.141.0

0 comments on commit 71a6c4a

Please sign in to comment.