Skip to content

Commit

Permalink
0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 6, 2017
1 parent 33f8d5d commit 461b0ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Changelog
=========

Version 0.1.1 [unreleased]
Version 0.1.1 [2017-12-06]
--------------------------

WIP
- [admin] Reusable foreign_key_raw_id template
- [js] Added client side validation for indoor position
- [js] Do not reset indoor form on first load
- [websockets] Do not attempt connection in location add page
- [websockets] Automatically determine ws protocol


Version 0.1.0 [2017-12-02]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion django_loci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 1, 'alpha')
VERSION = (0, 1, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 461b0ac

Please sign in to comment.