Skip to content

Commit

Permalink
release 23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Nov 9, 2023
1 parent e329b0c commit a99f71f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions bmds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""bmds
Python BMDS library
isort:skip_file
"""
import os

os.environ.setdefault("SIMPLE_SETTINGS", "bmds.settings")
Expand Down
2 changes: 1 addition & 1 deletion bmds/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "23.3"
__version__ = "23.4"
7 changes: 7 additions & 0 deletions docs/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# History

## Version 23.4

* Require Pydantic > 2
* [dev] Use ruff for both linting and formatting; remove black

Released on 2023-11-09.

## Version 23.3

* Require Pydantic < 2
Expand Down

0 comments on commit a99f71f

Please sign in to comment.