FAQ | This is a LIVE service | Changelog

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

chore: bump version to 1.0.5

parent 4e4790de
No related branches found
No related tags found
1 merge request!45No longer use lastLoginTime
Pipeline #600480 passed
......@@ -5,6 +5,13 @@ 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).
## [1.0.5] - 2024-09-11
### Changed
- No longer use lastLoginTime from Google user API, especially for determining users to delete
- Calculate and log numbers of users to delete even if not going to perform those deletions
## [1.0.4] - 2024-07-08
### Fixed
......
......@@ -16,7 +16,7 @@ def load_requirements():
setup(
name="gsuitesync",
version="1.0.4",
version="1.0.5",
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