Skip to content

Commit

Permalink
[RELEASE] 0.8.0 from 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lilatomic committed Sep 23, 2024
1 parent b0e340c commit cc17a48
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.8.0
commit = True
message =
[RELEASE] {new_version} from {current_version}
Expand Down
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python_distribution(
],
provides=python_artifact(
name="grafanarmadillo",
version="0.7.1",
version="0.8.0",
),
generate_setup=False,
)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ This repository was built from the `skeleton <https://github.com/joaomcteixeira/
Version
=======

v0.7.1
v0.8.0
3 changes: 3 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

v0.8.0 (2024-09-23)
------------------------------------------------------------

* task : upgrade pinned deps
* task : (breaking) drop support for Python 3.8
* fix : also remove folderUID when creating templates
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
year = "2021"
author = "lilatomic"
copyright = "{0}, {1}".format(year, author)
version = release = "0.7.1"
version = release = "0.8.0"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion src/grafanarmadillo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Initial documentation of Grafanarmadillo."""

__version__ = "0.7.1"
__version__ = "0.8.0"

0 comments on commit cc17a48

Please sign in to comment.