Skip to content

Commit

Permalink
Update to version 1.1.0
Browse files Browse the repository at this point in the history
Fixed
-----

* Use Loader=SafeLoader for each yaml.load() call
* Mail not sent but decuted from quota (change the way recipients are counted.)

Changed
-------

* Switch from Travis CI to Github Actions
  • Loading branch information
nitmir committed Jul 26, 2023
1 parent a293a5d commit f0978cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def add_data_file(dir, file, check_dir=False, mkdir=False):

setup(
name='policyd-rate-limit',
version='1.0.1.2',
version='1.1.0',
description=DESC,
long_description=README,
author='Valentin Samir',
Expand Down

0 comments on commit f0978cd

Please sign in to comment.