Skip to content

Commit

Permalink
update version number to 0.4.2 in readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem committed Jul 20, 2023
1 parent 26fcdd2 commit 774c7b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ This widget is working with <a href="http://dimsemenov.com/plugins/magnific-popu

### Release Notes


#### 0.4.2
> - GooglePointFieldInlineWidget bug fixes for Django 4.2.x (#142), thanks for @isarota.
> - Added `.readthedocs.yaml` to cover new **Read the Docs** updates.

#### 0.4.1
> - Added scroll wheel zooming functionality switch to Google Point Map Settings. (#134)
> - Added Chinese(ZH) localisation support. (#133)
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ Google Map Static Overlay Widget
Release Notes
^^^^^^^^^^^^^

=====
0.4.2
=====

* GooglePointFieldInlineWidget bug fixes for Django 4.2.x (#142)
* Added `.readthedocs.yaml` to cover new **Read the Docs** updates.

=====
0.4.1
=====
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = (0, 4, 1)
VERSION = (0, 4, 2)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit 774c7b2

Please sign in to comment.