Skip to content

Commit

Permalink
Updating patterns to libphonenumber v8.12.50 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstislon authored Jun 14, 2022
1 parent 1638b9e commit 53e64e6
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pep8-naming pytest black pytest-cov phonenumbers==8.12.49
python -m pip install flake8 pep8-naming pytest black pytest-cov phonenumbers==8.12.50
python -m pip install -e .
- name: Flake8
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Version 2:

* **2.2.9** Updating patterns to libphonenumber v8.12.50
* **2.2.8** Updating patterns to libphonenumber v8.12.49
* **2.2.7** Updating patterns to libphonenumber v8.12.48
* **2.2.6**
Expand Down
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
requests = "==2.27.1"
requests = "==2.28.0"
pytest = "==7.1.2"
pytest-cov = "==3.0.0"
phonenumbers = "==8.12.49"
phonenumbers = "==8.12.50"
black = "==22.3.0"
flake8 = "==4.0.1"
pep8-naming = "==0.12.1"
twine = "==4.0.0"
pep8-naming = "==0.13.0"
twine = "==4.0.1"

[packages]
phone-gen = {editable = true, path = "."}
Expand Down
2 changes: 1 addition & 1 deletion phone_gen/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# coding: utf-8
version = "2.2.7"
version = "2.2.9"
Loading

0 comments on commit 53e64e6

Please sign in to comment.