Skip to content

Commit

Permalink
Release version 0.0.44a5
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 authored Dec 31, 2024
1 parent 5caf6e9 commit f4073ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dotextensions/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
GetNameReferencesHandler,
RunHttpFileHandler,
VersionHandler,
GetHoveredResolvedParamContentHandler,
GetHoveredResolvedParamFileHandler

)
from .handlers.gohandler import TypeFromPos
from .handlers.har2httphandler import Har2HttpHandler
Expand All @@ -39,6 +42,9 @@
Har2HttpHandler(),
Http2Postman(),
VersionHandler(),
GetHoveredResolvedParamContentHandler(),
GetHoveredResolvedParamFileHandler()

)
}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dothttp-req"
version = "0.0.44a4"
version = "0.0.44a5"
description = "Dothttp is Simple http client for testing and development"
authors = ["Prasanth <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f4073ca

Please sign in to comment.