Skip to content
Snippets Groups Projects
Commit 1d1c56e4 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix migration dependency

parent 6e05f26a
No related branches found
No related tags found
No related merge requests found
Pipeline #57738 failed
...@@ -6,9 +6,16 @@ All notable changes to this project will be documented in this file. ...@@ -6,9 +6,16 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
`1.3.1`_
--------
Fixed
~~~~~
* Fix migration dependency
`1.3`_ `1.3`_
---------- ------
Added Added
~~~~~ ~~~~~
...@@ -74,3 +81,4 @@ Added ...@@ -74,3 +81,4 @@ Added
.. _1.1: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.1 .. _1.1: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.1
.. _1.2: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.2 .. _1.2: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.2
.. _1.3: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.3 .. _1.3: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.3
.. _1.3.1: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.3.1
...@@ -9,7 +9,7 @@ import django.db.models.deletion ...@@ -9,7 +9,7 @@ import django.db.models.deletion
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('core', '0037_alter_personinvitation_id'), ('core', '0035_preference_model_unique'),
('sites', '0002_alter_domain_unique'), ('sites', '0002_alter_domain_unique'),
('paweljong', '0012_event_slug'), ('paweljong', '0012_event_slug'),
] ]
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Paweljong" name = "AlekSIS-App-Paweljong"
version = "1.3" version = "1.3.1"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment