Skip to content

Commit

Permalink
release 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Jul 1, 2023
1 parent 5d0397e commit 324fbff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ Please note that, it is not always possible to detect the presence of WordPress,

## Changelog

#### What's new in version 1.3.9

- Minor bug fixes
- Added workflow for linting on code push
- Added workflow for publishing to PyPi on release

#### What's new in version 1.3.8

- Fixed [#8](https://github.com/IamLizu/wpdetect/issues/8)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "hatchling.build"

[project]
name = "wpdetect"
version = "1.3.8"
version = "1.3.9"
dependencies = [
"pyfiglet", "requests"
]
authors = [
{ name="S M Mahmudul Hasan", email="thegeek@iamlizu.com" },
{ name="S M Mahmudul Hasan", email="he@smmahmudulhasan.com" },
]
description = "A WordPress detection tool, detects if a website is running WordPress"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion wpdetect/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

HEADER = "'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14" + \
" (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'"
VERSION = "1.3.8"
VERSION = "1.3.9"

# Error messages
ERROR_UNABLE_TO_OPEN_URL = "Couldn't open url," + \
Expand Down

0 comments on commit 324fbff

Please # to comment.