Skip to content

Commit

Permalink
version: 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 19, 2025
1 parent ffe9c00 commit 4a32e73
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* More safeguards to PDF generation
*

### Changed

Expand All @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [0.4.7] - 2025-01-19

### Added

* More safeguards to PDF generation

## [0.4.6] - 2025-01-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="colony-print",
version="0.4.6",
version="0.4.7",
author="Hive Solutions Lda.",
author_email="development@hive.pt",
description="Colony Print Infra-structure",
Expand Down
2 changes: 1 addition & 1 deletion src/colony_print/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, *args, **kwargs):
)

def _version(self):
return "0.4.6"
return "0.4.7"

def _description(self):
return "Colony Print"
Expand Down
2 changes: 1 addition & 1 deletion src/colony_print/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
NAME = "colony-print"
""" The name of the program currently running """

VERSION = "0.4.6"
VERSION = "0.4.7"
""" The version of the colony print node currently running,
this value should be updated whenever a new version is released """

Expand Down

0 comments on commit 4a32e73

Please sign in to comment.