Skip to content

Commit

Permalink
django-spark 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Oct 26, 2018
1 parent c2e1223 commit f013fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Change log
``types.SimpleNamespace`` objects.
- Added a new ``Event.objects.create_if_new`` queryset method which
understands event dictionaries.
- Added a new ``spark.spark_generators`` app for configuring spark
generators using Django's administration interface.


`0.2`_ (2018-10-16)
Expand Down
2 changes: 1 addition & 1 deletion spark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 2, 0)
VERSION = (0, 2, 1)
__version__ = ".".join(map(str, VERSION))

default_app_config = "spark.apps.SparkConfig"

0 comments on commit f013fd3

Please sign in to comment.