Skip to content

Commit

Permalink
Master (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerdn authored Oct 10, 2023
2 parents 16ad537 + ca6d574 commit acce719
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

* chore: add LICENSE ([5a11117](https://github.com/sergerdn/py-bas-automation/commit/5a11117))
* chore(dev-ops): add github actions (#5) ([8d9a813](https://github.com/sergerdn/py-bas-automation/commit/8d9a813)), closes [#5](https://github.com/sergerdn/py-bas-automation/issues/5)
* chore(docs): add CHANGELOG.md ([a808a6b](https://github.com/sergerdn/py-bas-automation/commit/a808a6b))
* chore(docs): add CHANGELOG.md (#7) ([019b239](https://github.com/sergerdn/py-bas-automation/commit/019b239)), closes [#7](https://github.com/sergerdn/py-bas-automation/issues/7)
* chore(docs): add PROMO.md ([fafdfae](https://github.com/sergerdn/py-bas-automation/commit/fafdfae))
* chore(docs): improve docstrings and comments (#8) ([16ad537](https://github.com/sergerdn/py-bas-automation/commit/16ad537)), closes [#8](https://github.com/sergerdn/py-bas-automation/issues/8)
* chore(docs): update README.md ([fe9c50c](https://github.com/sergerdn/py-bas-automation/commit/fe9c50c))
* chore(github-actions): improve GitHub actions (#6) ([d2ce67a](https://github.com/sergerdn/py-bas-automation/commit/d2ce67a)), closes [#6](https://github.com/sergerdn/py-bas-automation/issues/6)
* fix(github-actions): remove pr_agent.yml ([a5de23d](https://github.com/sergerdn/py-bas-automation/commit/a5de23d))
* feat: initial public release ([e7e479d](https://github.com/sergerdn/py-bas-automation/commit/e7e479d))
* feat(release): 0.1.0 ([0416a5c](https://github.com/sergerdn/py-bas-automation/commit/0416a5c))
* feat(release): 0.1.1 ([0096d26](https://github.com/sergerdn/py-bas-automation/commit/0096d26))
Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
[tool.poetry]
name = "pybas-automation"
version = "0.1.1"
version = "0.1.3"
description = "A Python library for automating BrowserAutomationStudio (BAS) using headless Chromium browsers and Windows GUI program."
authors = ["sergerdn <[email protected]>"]
homepage = "https://github.com/sergerdn/py-bas-automation"
repository = "https://github.com/sergerdn/py-bas-automation"
keywords = ["headless Chromium", "Python browser automation"]
keywords = [
"headless Chromium", "Python browser automation", "browser fingerprint protection",
"prevent browser fingerprinting"
]
classifiers = [
"Topic :: Internet :: WWW/HTTP :: Browsers",
"Topic :: Software Development :: Libraries :: Python Modules"
]
readme = "dist/README.md"
license = "MIT"
#include = ["docs/"]
include = ["CHANGELOG.md"]


[tool.poetry.dependencies]
Expand Down

0 comments on commit acce719

Please sign in to comment.