Skip to content

Commit

Permalink
Merge pull request #91 from schemen/dev
Browse files Browse the repository at this point in the history
Fix fake user agent
  • Loading branch information
schemen committed Dec 23, 2022
2 parents 5a9d965 + cb3c6a1 commit 4429397
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.9.2(2022-12-23)

### Fix
* Fix an issue with the fake user agent
* Update some dependencies

## 1.9.1(2022-10-19)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion paperminis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.9.1'
__version__ = '1.9.2'
VERSION = __version__ # synonym
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Django==3.2.16
django-constrainedfilefield==4.0.0
django-widget-tweaks==1.4.12
# fake-useragent==0.1.11
https://github.com/schemen/fake-useragent/archive/refs/tags/0.1.12.zip # Use this fork until it's fixed
fake-useragent==1.1.1
opencv-python-headless==4.5.5.64
Pillow==9.2.0
Pillow==9.3.0
sortedcontainers==2.4.0
psycopg2-binary==2.9.4
gunicorn==20.1.0
Expand Down

0 comments on commit 4429397

Please sign in to comment.