Skip to content

Commit

Permalink
Merge pull request #13 from gcandal/gc/version
Browse files Browse the repository at this point in the history
version: 0.3.0
  • Loading branch information
joamag committed Sep 1, 2021
2 parents f0542e0 + 528517b commit 3508bde
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

*

### Changed

*

### Fixed

*

## [0.3.0] - 2021-09-01

### Added

* Endpoint for listing locations
* Endpoint for fulfilling an order
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "shopify_api",
version = "0.2.1",
version = "0.3.0",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Shopify API Client",
Expand Down

0 comments on commit 3508bde

Please sign in to comment.