Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sykz42 committed Jan 31, 2025
1 parent d87cdde commit 63b9bac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2025-01-31

### Added

- Added documentation for the `u2s-sdk` library.

### Changed

- Updated README with development instructions for testing and building the documentation.
- Updated testing libraries.

## [0.1.0] - 2023-10-18

### Added
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
# built documents.
#
# The short X.Y version.
version = "0.2"
version = "0.3"
# The full version, including alpha/beta/rc tags.
release = "0.2.0"
release = "0.3.0"

release_date = "October 19, 2023"
release_date = "January 31, 2025"

site_base = os.environ.get("RTD_SITE_BASE", "https://up2sha.re")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='u2s_sdk',
version='0.2.0',
version='0.3.0',
description='Up2Share SDK for Python',
author='Corentin Chepeau',
author_email='contact+python@up2sha.re',
Expand Down

0 comments on commit 63b9bac

Please sign in to comment.