Skip to content

Commit

Permalink
version: 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 13, 2024
1 parent 4ad1e75 commit 541d12e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Support for Cron based scheduling using `SchedulerCron` class - [#65](https://github.com/hivesolutions/appier/issues/65)
*

### Changed

*

### Fixed

*

## [1.33.0] - 2024-01-17

### Added

* Support for Cron based scheduling using `SchedulerCron` class - [#65](https://github.com/hivesolutions/appier/issues/65)

### Fixed

* Problems with raw strings and regular expressions, invalid escape sequences - [#63](https://github.com/hivesolutions/appier/issues/63)

## [1.32.0] - 2024-01-17

### Added

* Support for the `reply_to` argument to control the "Reply-To" MIME header
* Support for `return_path` and `priority` email values

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def read_file(path):

setuptools.setup(
name="appier",
version="1.32.0",
version="1.33.0",
author="Hive Solutions Lda.",
author_email="[email protected]",
description="Appier Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/appier/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
""" The name to be used to describe the framework while working
on its own environment, this is just a descriptive value """

VERSION = "1.32.0"
VERSION = "1.33.0"
""" The version of the framework that is currently installed
this value may be used for debugging/diagnostic purposes """

Expand Down

0 comments on commit 541d12e

Please sign in to comment.