Skip to content

Commit

Permalink
Client release v3.0.1 (#12441)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 031b58407eda7bf6fdaed9c7cc38791fa8ecf11a
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Feb 7, 2024
1 parent 49ea8f9 commit 4321e51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ The documentation for the latest release can be found at [https://docs.descartes

Changelog
=========
## [3.0.1] - 2024-02-07

### Vector

- Fixed a bug in `Table.visualize()` that was causing it to fail.

## [3.0.0] - 2024-02-01

Due to a number of breaking changes, the version has been bumped to 3.0.0. However, the vast majority
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/core/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit 4321e51

Please sign in to comment.