Skip to content

Commit

Permalink
RRule release 🫅🏻
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Nov 24, 2022
1 parent b31a00b commit 5698590
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 1.0.0-rc.6 : 22.11.2022
- **Added**: Introduced `RRuleField` to represent Recurrence Rule objects

Release by [@paimvictor](https://github.com/paimvictor)

- **Added**: Introduced `RRuleField` to represent [Recurrence Rule objects](https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html)

## 1.0.0-rc.5 : 20.10.2022

Expand Down
2 changes: 1 addition & 1 deletion django_api_forms/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0-rc.5'
__version__ = '1.0.0-rc.6'
Loading

0 comments on commit 5698590

Please sign in to comment.