Skip to content

Commit

Permalink
Merge pull request #87 from jacebrowning/release/v0.8
Browse files Browse the repository at this point in the history
Bump version to 0.8
  • Loading branch information
jacebrowning authored May 13, 2021
2 parents bb4701c + dc3fe51 commit 80d6d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 0.8 (beta)
# 0.8 (2021-05-12)

- Added `exec` command to run Python scripts.
- Added randomization of the browser's user agent.
- Fixed Flask 2.0 incompatibility.

# 0.7 (2021-03-26)

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "pomace"
version = "0.8b6"
version = "0.8"
description = "Dynamic page objects for browser automation."

license = "MIT"
Expand Down Expand Up @@ -60,8 +60,9 @@ zipcodes = "^1.1.2"
us = "^2.0.2"

# Server
flask = "<2.0"
flask-api = "^2.0"
flask = "<2.0" # fix incompatiblity
werkzeug = "<2.0" # fix ncompatiblity

# Utilities
cached-property = "^1.5.2" # needed for Python < 3.8
Expand Down

0 comments on commit 80d6d10

Please sign in to comment.