FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5ad00119 authored by Robin Goodall's avatar Robin Goodall :speech_balloon:
Browse files

Bump version skipping 0.12 to avoid confusion

parent 438d843a
No related branches found
No related tags found
1 merge request!34Resolve "User Sync Tool - Step 1 - read and write custom schema, and initiate scanning"
Pipeline #295554 passed with warnings
......@@ -5,6 +5,15 @@ 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).
## [0.13.0] - 2023-03-06
### Added
- Custom Schema reading and writing to mark users' MyDrives to be scanned
## [0.12.0] - 2022-12-08 - unreleased
## [0.11.1] - 2022-11-25
### Changed
......
......@@ -17,7 +17,7 @@ def load_requirements():
setup(
name='gsuitesync',
version='0.11.1',
version='0.13.0',
packages=find_packages(),
install_requires=load_requirements(),
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment