Skip to content

Commit

Permalink
1.0.0-rc.7 release ☂️
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Nov 24, 2022
1 parent 99a4ddd commit 9790673
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build and publish to Python package repository
uses: JRubics/poetry-publish@v1.13
uses: JRubics/poetry-publish@v1.15
with:
repository_name: "django_api_forms"
repository_url: "https://github.com/Sibyx/django_api_forms"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.0-rc.7 : 24.11.2022

CI/CD fixies and project settings. There was no application change.

## 1.0.0-rc.6 : 22.11.2022

Release by [@paimvictor](https://github.com/paimvictor)
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.6'
__version__ = '1.0.0-rc.7'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-api-forms"
version = "1.0.0-rc.6"
version = "1.0.0-rc.7"
description = "Declarative Django request validation for RESTful APIs"
authors = [
"Jakub Dubec <[email protected]>",
Expand Down

0 comments on commit 9790673

Please sign in to comment.