Skip to content

Commit

Permalink
Update version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Apr 10, 2023
1 parent b43b43c commit 497696c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ snovault
Change Log
----------


8.0.1
=====

* Fix some warnings from ``pytest``

* If a method has "test" in its name but isn't a test, it needs a prefix "_"

* Fix some warnings from ``sqlalchemy``

* ``session.connection()`` doesn't need to ``.connect()``
* ``.join(x, y, ...)`` should be ``.join(x).join(y)...``
* ``session.query(Foo).get(bar)`` should be ``session.get(Foo, bar)``


8.0.0
=====

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicsnovault"
version = "8.0.0"
version = "8.0.1"
description = "Storage support for 4DN Data Portals."
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 497696c

Please sign in to comment.