Skip to content

Commit

Permalink
- preparing for 3.4.2 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rptmat57 committed Dec 16, 2022
1 parent 98f7347 commit 77f7765
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@

from django.db import migrations, models

from NEMO.migrations_utils import create_news_for_version


class Migration(migrations.Migration):

dependencies = [
('NEMO', '0042_version_4_3_0'),
]

def new_version_news(apps, schema_editor):
create_news_for_version(apps, "4.4.0", "")

operations = [
migrations.RunPython(new_version_news),
migrations.AlterField(
model_name='physicalaccesslevel',
name='allow_staff_access',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='NEMO',
version='4.4.0.dev',
version='4.3.2.dev',
python_requires='>=3.7',
packages=find_packages(exclude=['NEMO.tests','NEMO.tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 77f7765

Please sign in to comment.