Skip to content

Commit 5698590

Browse files
committed
RRule release 🫅🏻
1 parent b31a00b commit 5698590

File tree

5 files changed

+123
-139
lines changed

5 files changed

+123
-139
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: [3.8, 3.9, '3.10']
11+
python-version: [3.8, 3.9, '3.10', '3.11']
1212

1313
steps:
1414
- uses: actions/checkout@v3

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

33
## 1.0.0-rc.6 : 22.11.2022
4-
- **Added**: Introduced `RRuleField` to represent Recurrence Rule objects
4+
5+
Release by [@paimvictor](https://github.com/paimvictor)
6+
7+
- **Added**: Introduced `RRuleField` to represent [Recurrence Rule objects](https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html)
58

69
## 1.0.0-rc.5 : 20.10.2022
710

django_api_forms/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0-rc.5'
1+
__version__ = '1.0.0-rc.6'

0 commit comments

Comments
 (0)