Skip to content

Commit d74ec3a

Browse files
authored
Merge pull request #103 from etaiklein/master
bump version number to 4.3.2
2 parents c30cd8e + c28c63f commit d74ec3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python2/raygun4py/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = '4.3.1'
5+
__version__ = '4.3.2'

python3/raygun4py/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = '4.3.1'
5+
__version__ = '4.3.2'

0 commit comments

Comments
 (0)