Skip to content

Commit

Permalink
Merge pull request #2131 from Open-MSS/merge_stable_to_develop
Browse files Browse the repository at this point in the history
Merge stable to develop
  • Loading branch information
ReimarBauer authored Jan 5, 2024
2 parents 788d107 + 178c3cb commit 9adf60d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 8.3.2
~~~~~~~~~~~~~

Bug fix release:

All changes:
https://github.com/Open-MSS/MSS/milestone/100

Version 8.3.1
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion localbuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ requirements:
- PyMySQL >=0.9.3
- validate_email
- multidict
- pint
- pint <=0.22
- python-socketio >=5
- python-engineio >=4
- markdown
Expand Down
2 changes: 1 addition & 1 deletion mslib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__ = u'8.3.1'
__version__ = u'8.3.2'

0 comments on commit 9adf60d

Please sign in to comment.