Skip to content

Commit

Permalink
Bump version: 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvm committed Jul 6, 2023
1 parent aeaad48 commit 70a90cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Changelog
#########

v.1.6.1
v.1.6.2
=======
* Rewrite tests with the latest Selenium version.
* 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.1",
"version": "1.6.2",
"description": "Front-end for Web-PDB Python debugger",
"scripts": {
"build": "webpack --mode=production",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = web-pdb
version = 1.6.1
version = 1.6.2
author = Roman Miroshnychenko
author_email = [email protected]
url = https://github.com/romanvm/python-web-pdb
Expand Down

0 comments on commit 70a90cb

Please sign in to comment.