Skip to content

Commit

Permalink
Merge pull request #25 from SkwalExe/new-version
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
SkwalExe authored Jun 5, 2024
2 parents fa90524 + b7b8e14 commit 180af4b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v3.0.1 - 2024-06-05

### Fixed
- A lot of possible type errors

### Added
- Automated formatting/linting/typing checks
- Automated publishing to PyPI

# v3.0.0 - 2024-05-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "octologo"
version = "3.0.0"
version = "3.0.1"
description = "Simple program that generates a logo for your open source projects."
authors = [{name = "Leopold Koprivnik", email = "[email protected]"}]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/octologo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Simple program that generates a logo for your open source projects"""

__version__ = "3.0.0-dev"
__version__ = "3.0.1"

0 comments on commit 180af4b

Please sign in to comment.