Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anpylar committed Mar 21, 2018
1 parent 242cb41 commit 8f74003
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ And yes ... now you have to read the docs.

For direct on-line usage, the link is:

- ``https://cdn.rawgit.com/anpylar/anpylar/1.1.3/anpylar.js``
- ``https://cdn.rawgit.com/anpylar/anpylar/1.1.5/anpylar.js``

And with line number information:

- ``https://cdn.rawgit.com/anpylar/anpylar/1.1.3/anpylar_debug.js``
- ``https://cdn.rawgit.com/anpylar/anpylar/1.1.5/anpylar_debug.js``

You can choose your own version by simply replacing ``1.1.3`` with the version
You can choose your own version by simply replacing ``1.1.5`` with the version
of your choosing.
2 changes: 1 addition & 1 deletion anpylar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# can be found in the LICENSE file at http://anpylar.com/mit-license
###############################################################################

__version__ = '1.1.4'
__version__ = '1.1.5'

__tversion__ = tuple(int(x) for x in __version__.split('.'))
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.5
-----
- Method navigate_to for router for navigation away from app
- Allow leading slashes in route path declarations
- Add module selector (default module-outlet) to determine root rendering

1.1.4
-----
- Http Client delivers full response regardless of code
Expand Down

0 comments on commit 8f74003

Please sign in to comment.