Skip to content

Commit 85ce47c

Browse files
committed
Update robots.txt according to latest changes
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 8667363 commit 85ce47c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

vulnerabilities/migrations/0045_alter_packagechangelog_software_version_and_more.py renamed to vulnerabilities/migrations/0053_alter_packagechangelog_software_version_and_more.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Generated by Django 4.1.13 on 2023-12-27 11:55
1+
# Generated by Django 4.1.13 on 2024-01-03 13:50
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("vulnerabilities", "0044_alter_packagechangelog_options_and_more"),
9+
("vulnerabilities", "0052_remove_duped_purls_with_namespace_name_mixed"),
1010
]
1111

1212
operations = [
1313
migrations.AlterField(
1414
model_name="packagechangelog",
1515
name="software_version",
1616
field=models.CharField(
17-
default="33.6.6",
17+
default="34.0.0rc1",
1818
help_text="Version of the software at the time of change",
1919
max_length=100,
2020
),
@@ -23,7 +23,7 @@ class Migration(migrations.Migration):
2323
model_name="vulnerabilitychangelog",
2424
name="software_version",
2525
field=models.CharField(
26-
default="33.6.6",
26+
default="34.0.0rc1",
2727
help_text="Version of the software at the time of change",
2828
max_length=100,
2929
),

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "33.6.6"
15+
__version__ = "34.0.0rc1"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)