diff --git a/CHANGES.rst b/CHANGES.rst index 8a09cf89..f91f1693 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -1.0b3 (unreleased) +1.0b3 (2020-05-30) ------------------ - Improve multivalued handling of reference browser. Instead of passing diff --git a/LICENSE.rst b/LICENSE.rst index fcc8576b..05e093f5 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -2,7 +2,7 @@ License ======= -Copyright (c) 2009-2019, BlueDynamics Alliance, Austria +Copyright (c) 2009-2020, BlueDynamics Alliance, Austria All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/TODO.rst b/TODO.rst index 09816a8b..f9b68a28 100644 --- a/TODO.rst +++ b/TODO.rst @@ -44,8 +44,6 @@ Roadmap 1.1 --- -[ ] Update to jQuery 2.0. - [ ] Add template for creating ``cone.app`` plugins. [ ] Overhaul resource registration and delivery keeping B/C. @@ -95,3 +93,12 @@ by node info name only if no class given at lookup. Or so... options and datasets instead of just datasets. [ ] Sharing tile table sorting by principal title instead of principal id + +2.0 +--- + +[ ] Update jQuery. + +[ ] Update bootstrap. + +[ ] Drop python 2. diff --git a/setup.py b/setup.py index 8dc25bf1..55123976 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read_file(name): return f.read() -version = '1.0b3.dev0' +version = '1.0b3' shortdesc = 'Web application stub' longdesc = '\n\n'.join([read_file(name) for name in [ 'README.rst',