Skip to content

Commit 588c078

Browse files
authored
Merge pull request #8 from renderbox/develop
v0.2.4
2 parents 74ed708 + dcfdb44 commit 588c078

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

permafrost/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.2.3"
1+
VERSION = "0.2.4"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated by Django 3.1.3 on 2020-11-20 09:42
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('permafrost', '0016_merge_20200729_1716'),
10+
]
11+
12+
operations = [
13+
migrations.DeleteModel(
14+
name='PermafrostCategory',
15+
),
16+
]

0 commit comments

Comments
 (0)