nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
202 stars 23 forks source link

Prepare for 2.3.0 Release #96

Closed willingc closed 5 years ago

willingc commented 5 years ago

Some tasks to do before 2.3.0 release:

cc/ @mpacer @MSeal @rgbkrk

MSeal commented 5 years ago

@mpacer and I got started on the unit testing front. M's going to finish that up but we should have a better setup now for testing the async handlers moving forward.

willingc commented 5 years ago

Let's work on the changelog and then :shipit:

mpacer commented 5 years ago

With the three PRs that are open now it should bring the overall code-base to 84% test coverage.

More importantly, it's far better documented and way more readable.

I'll work on the changelog assuming that those 3 PRs will be merged. It changes a few of the APIs, but fortunately we now have API docs so its clear what exactly changed! Huzzah!

mpacer commented 5 years ago

Released!

Closing thanks all!