Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
release: v2.0.0
  • Loading branch information
eonu committed Apr 1, 2024
2 parents 4363f63 + f19ea93 commit b1aeb60
Show file tree
Hide file tree
Showing 6 changed files with 402 additions and 5 deletions.
397 changes: 397 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<h1 align="center">
<img src="https://raw.githubusercontent.com/eonu/sequentia/master/docs/_static/images/logo.png" width="75px"><br/>
<img src="https://raw.githubusercontent.com/eonu/sequentia/master/docs/source/_static/images/logo.png" width="75px"><br/>
Sequentia
</h1>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project = "sequentia"
copyright = "2019-2025, Sequentia Developers" # noqa: A001
author = "Edwin Onuonga (eonu)"
release = "2.0.0a1"
release = "2.0.0"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. raw:: html

<h1 align="center">
<img src="https://raw.githubusercontent.com/eonu/sequentia/master/docs/_static/images/logo.png" width="75px"><br/>
<img src="https://raw.githubusercontent.com/eonu/sequentia/master/docs/source/_static/images/logo.png" width="75px"><br/>
Sequentia
</h1>

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 = "sequentia"
version = "2.0.0a1"
version = "2.0.0"
license = "MIT"
authors = ["Edwin Onuonga <ed@eonu.net>"]
maintainers = ["Edwin Onuonga <ed@eonu.net>"]
Expand Down
2 changes: 1 addition & 1 deletion sequentia/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

__all__ = ["VERSION", "version_info"]

VERSION = "2.0.0a1"
VERSION = "2.0.0"


def version_info() -> str:
Expand Down

0 comments on commit b1aeb60

Please sign in to comment.