Skip to content

Commit 66a29de

Browse files
committed
Version 1.3.0
1 parent dc339eb commit 66a29de

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

javascript/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-task-api",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"description": "Client library for the Django Task API",
55
"main": "dist/django-task-api.min.js",
66
"module": "src/index.js",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-task-api"
3-
version = "1.2.5"
3+
version = "1.3.0"
44
description = "A REST API for managing background tasks in Django"
55
authors = ["Nikolas Stevenson-Molnar <nik.molnar@consbio.org>"]
66
license = "MIT"

task_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '1.2.5'
1+
__version__ = '1.3.0'
22

33
default_app_config = 'task_api.apps.TaskAPIConfig'

0 commit comments

Comments
 (0)