Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 13, 2021
1 parent fc1bbf8 commit 4b3d234
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v6.0.0 (2021-10-13)
### Breaking
* Modules are named differently ([`fc1bbf8`](https://github.com/cpcloud/stupidb/commit/fc1bbf8c52b8858182637112a1748e0cb2aa7dd0))

## v5.1.0 (2021-10-13)
### Feature
* Add pretty printing functionality ([`c61873c`](https://github.com/cpcloud/stupidb/commit/c61873c318f6b9d505e7be7747a1d8a907c91578))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -65,7 +65,7 @@
# the built documents.
#
# The short X.Y version.
version = "5.1.0"
version = "6.0.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stupidb"
version = "5.1.0"
version = "6.0.0"
packages = [{ include = "stupidb" }]
# don't ship tests with the install
homepage = "https://github.com/cpcloud/stupidb"
Expand Down
2 changes: 1 addition & 1 deletion stupidb/__init__.py
Expand Up @@ -2,4 +2,4 @@

from stupidb.api import * # noqa: F401,F403

__version__ = "5.1.0"
__version__ = "6.0.0"

0 comments on commit 4b3d234

Please sign in to comment.