Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemoteRabbit authored Mar 3, 2024
1 parent 082446b commit 0afce46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](/~https://github.com/RemoteRabbit/akapy/compare/v0.1.0...v0.2.0) (2024-03-03)


### Features

* Base setup for Documentation with mkdocs ([#35](/~https://github.com/RemoteRabbit/akapy/issues/35)) ([082446b](/~https://github.com/RemoteRabbit/akapy/commit/082446b483582626869480766786f7e7889a4c29))

## [0.1.0](/~https://github.com/RemoteRabbit/akapy/compare/v0.0.4...v0.1.0) (2024-03-03)


Expand Down
2 changes: 1 addition & 1 deletion akapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .cloudlets import Cloudlet
from .requester import Requester

__version__ = "0.1.0"
__version__ = "0.2.0"

"""
The akapy package imports the Auth, Cloudlet, and Requester classes, as well as defines the __version__ variable.
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 = "akapy"
version = "0.1.0"
version = "0.2.0"
description = "A Akamai API wrapper for Python!"
authors = ["Tristan Jahnke <trjahnke@protonmail.com>"]
license = "GPL-3.0-only"
Expand Down

0 comments on commit 0afce46

Please sign in to comment.