Skip to content

Commit

Permalink
Prepare 1.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed May 30, 2020
1 parent cbc51a0 commit a662f07
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======

1.0b3 (unreleased)
1.0b3 (2020-05-30)
------------------

- Improve multivalued handling of reference browser. Instead of passing
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Expand Up @@ -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
Expand Down
11 changes: 9 additions & 2 deletions TODO.rst
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit a662f07

Please sign in to comment.