Skip to content

Commit

Permalink
v16.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Oct 10, 2023
1 parent 575a56b commit 0a73b88
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-16.1.3'></a>
## v16.1.3 (2023-10-10)

- [Improvement] Adds `connect=False` to the LMS and CMS' MongoDB connection to prevent `ServerSelectionError` after a cluster failover. (by @open-craft)
- [Bugfix] Override `CMS_BASE` setting in Studio for the development environment. Without this, parts of Studio will try to use the devstack default of localhost:8010 instead. (by @ormsbee)
- [Bugfix] Fix build error caused by py2neo package that was abruptly pulled from pypi and GitHub. (by @regisb)

<a id='changelog-16.1.2'></a>
## v16.1.2 (2023-10-02)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20231003_144841_paulo_mongodb_connect.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20231004_114528_dave_fix_cms_base_settings.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20231010_111112_regis_fix_py2neo.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "16.1.2"
__version__ = "16.1.3"

# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and
Expand Down

0 comments on commit 0a73b88

Please sign in to comment.