Skip to content

Commit

Permalink
Update version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Mar 27, 2018
1 parent 56ffcea commit 8521bad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Vispy licensing terms

Vispy is licensed under the terms of the (new) BSD license:

Copyright (c) 2013-2017, Vispy Development Team. All rights reserved.
Copyright (c) 2013-2018, Vispy Development Team. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion doc
Submodule doc updated 4 files
+1 −1 _templates/layout.html
+4 −2 conf.py
+1 −1 news.rst
+45 −45 releasenotes.rst
2 changes: 1 addition & 1 deletion vispy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__all__ = ['use', 'sys_info', 'set_log_level', 'test']

# Definition of the version number
version_info = 0, 5, 2, # 'dev0' # major, minor, patch, extra
version_info = 0, 5, 3, # 'dev0' # major, minor, patch, extra

# Nice string for the version (mimic how IPython composes its version str)
__version__ = '-'.join(map(str, version_info)).replace('-', '.').strip('-')
Expand Down

0 comments on commit 8521bad

Please sign in to comment.